m701: remove ft5306_ts compile waring
authoryzq <yzq@rock-chips.com>
Mon, 15 Oct 2012 01:54:55 +0000 (09:54 +0800)
committeryzq <yzq@rock-chips.com>
Mon, 15 Oct 2012 01:54:55 +0000 (09:54 +0800)
drivers/input/touchscreen/ft5306_ts_av.c

index a6b1522c4ab4ed1dbc17238ee2b3c1e3646b9468..e6a1795f97c89e55e4da3bd7422058244c78eba2 100644 (file)
@@ -700,7 +700,7 @@ static irqreturn_t ft5306_interrupt(int irq, void *dev_id)
 }\r
 #ifdef CONFIG_HAS_EARLYSUSPEND\r
 \r
-static int ft5306_suspend(struct early_suspend *h)\r
+static void ft5306_suspend(struct early_suspend *h)\r
 {\r
        struct ft5x0x_ts_data *ft5x0x_ts;\r
        char buf_w[1] = {3};\r
@@ -714,11 +714,10 @@ static int ft5306_suspend(struct early_suspend *h)
        if (err>0)\r
                printk("ft5306_set_regs OK!!\n");\r
        disable_irq(ft5x0x_ts->irq);\r
-       return 0;\r
 }\r
 \r
 \r
-static int ft5306_resume(struct early_suspend *h)\r
+static void ft5306_resume(struct early_suspend *h)\r
 {\r
        struct ft5x0x_ts_data *ft5x0x_ts;       \r
        int trytimes;\r
@@ -743,7 +742,6 @@ static int ft5306_resume(struct early_suspend *h)
        //gpio_set_value(TOUCH_RESET_PIN,GPIO_LOW);\r
        //mdelay(100);\r
        //gpio_set_value(TOUCH_RESET_PIN,GPIO_HIGH);\r
-       return 0;\r
 }\r
 #endif\r
 \r
@@ -774,7 +772,7 @@ static int  ft5306_probe(struct i2c_client *client ,const struct i2c_device_id *
        int retry = 0;\r
        u8 buf_w[1];\r
        u8 buf_r[1];\r
-       const u8 buf_test[1] = {0};\r
+       u8 buf_test[1] = {0};\r
     unsigned char reg_value;\r
     unsigned char reg_version;\r
 \r