OSDN Git Service

treewide: Switch DEFINE_TIMER callbacks to struct timer_list *
[tomoyo/tomoyo-test1.git] / drivers / input / touchscreen / s3c2410_ts.c
index d3265b6..1173890 100644 (file)
@@ -102,7 +102,7 @@ static inline bool get_down(unsigned long data0, unsigned long data1)
                !(data1 & S3C2410_ADCDAT0_UPDOWN));
 }
 
-static void touch_timer_fire(unsigned long data)
+static void touch_timer_fire(struct timer_list *unused)
 {
        unsigned long data0;
        unsigned long data1;