summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMinkyu Kang <mk7.kang@samsung.com>2009-04-06 19:59:29 +0900
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-04-24 22:54:18 +0200
commitffd8c7170d55c34bbfcfd2c84093dcaff796cbf3 (patch)
treedfbd1595373752afe969af6d591eaa510e34e297 /include
parent4277f4de065b4daea4dc27420fc1bc131701291d (diff)
s3c64xx: remove unnecessary definition
CONFIG_S3C6400 is must defined at config header file That definition is unnecessary at this file Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/s3c6400.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/s3c6400.h b/include/s3c6400.h
index 87f3760b6c..e527c08b18 100644
--- a/include/s3c6400.h
+++ b/include/s3c6400.h
@@ -31,10 +31,6 @@
#ifndef __S3C6400_H__
#define __S3C6400_H__
-#ifndef CONFIG_S3C6400
-#define CONFIG_S3C6400 1
-#endif
-
#define S3C64XX_UART_CHANNELS 3
#define S3C64XX_SPI_CHANNELS 2