From 2489007e7d740ccbc3e0a202914e243ad5178787 Mon Sep 17 00:00:00 2001 From: codeworkx Date: Sat, 22 Sep 2012 09:48:20 +0200 Subject: merge opensource jb u5 Change-Id: I1aaec157aa196f3448eff8636134fce89a814cf2 --- drivers/input/touchscreen/mms100_ISP_download.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'drivers/input/touchscreen/mms100_ISP_download.c') diff --git a/drivers/input/touchscreen/mms100_ISP_download.c b/drivers/input/touchscreen/mms100_ISP_download.c index 799ec3765ed..ac9ef8c4f68 100644 --- a/drivers/input/touchscreen/mms100_ISP_download.c +++ b/drivers/input/touchscreen/mms100_ISP_download.c @@ -73,7 +73,7 @@ static void mcsdl_read_32bits(UINT8 * pData); static void mcsdl_write_bits(UINT32 wordData, int nBits); static void mcsdl_scl_toggle_twice(void); -#if defined(CONFIG_MACH_C1CTC) || defined(CONFIG_MACH_M0_CHNOPEN) ||\ +#if defined(CONFIG_MACH_M0_CHNOPEN) || \ defined(CONFIG_MACH_M0_CMCC) || defined(CONFIG_MACH_M0_CTC) extern unsigned int lcdtype; #endif @@ -146,8 +146,7 @@ int mms100_ISP_download_binary_data(int dl_mode, for (retry_cnt = 0; retry_cnt < 5; retry_cnt++) { if (dl_mode == 0x01) { /*MELFAS_ISP_DOWNLOAD */ -#if defined(CONFIG_MACH_C1CTC) || defined(CONFIG_MACH_M0_CHNOPEN) || \ - defined(CONFIG_MACH_M0_CTC) +#if defined(CONFIG_MACH_M0_CHNOPEN) || defined(CONFIG_MACH_M0_CTC) if (lcdtype == 0x20) { nRet = mcsdl_download((const UINT8*)MELFAS_binary_4_65, -- cgit v1.2.3