浏览代码

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>
Minkyu Kang 16 年之前
父节点
当前提交
ffd8c7170d
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      include/s3c6400.h

+ 0 - 4
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