aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/es305.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/es305.c')
-rw-r--r--drivers/misc/es305.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/misc/es305.c b/drivers/misc/es305.c
index f3f3cd0..0c1b469 100644
--- a/drivers/misc/es305.c
+++ b/drivers/misc/es305.c
@@ -28,11 +28,7 @@
#include <linux/firmware.h>
#include <linux/i2c/es305.h>
-#ifdef CONFIG_MACH_C1VZW
-#define ES305_FIRMWARE_NAME "audience/es305_fw_c1vzw.bin"
-#else
#define ES305_FIRMWARE_NAME "audience/es305_fw.bin"
-#endif
static struct i2c_client *this_client;
static struct es305_platform_data *pdata;
@@ -55,11 +51,7 @@ unsigned char es305_sleep_cmd[] = {
};
unsigned char es305_bypass_data[] = {
-#ifdef CONFIG_MACH_C1VZW
- 0x80, 0x52, 0x00, 0x48,
-#else
0x80, 0x52, 0x00, 0x4C,
-#endif
0x80, 0x10, 0x00, 0x01,
};