arm: sc8830: sprd_module_config: remove the duplicated defined value 70/153270/2
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 28 Sep 2017 06:23:19 +0000 (15:23 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 28 Sep 2017 09:53:35 +0000 (09:53 +0000)
KPD_NUM is already defined.
(0x01 << 16) | (0x03 << 20) is same with (0x31 << 16).

Change-Id: Ieef99d7f9c32ea7170f16814bccad718ef730ef3
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
arch/arm/include/asm/arch-sc8830/sprd_module_config.h

index d262b0d..41b20c2 100644 (file)
@@ -51,8 +51,6 @@ extern   "C"
 #define KPD_NUM  ((0x01 << 16) | (0x03 << 20))//KPDCTL_KPD ;//  5*5
 #endif
 
-#define KPD_NUM  (0x31 << 16)
-
 /**---------------------------------------------------------------------------*
 **                               Macro Define for pwm                        **
 **---------------------------------------------------------------------------*/