diff options
Diffstat (limited to 'drivers/input/touchscreen/s3c2410_ts.c')
| -rw-r--r-- | drivers/input/touchscreen/s3c2410_ts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/s3c2410_ts.c b/drivers/input/touchscreen/s3c2410_ts.c index 3b3db8c868e0..d3265b6b58b8 100644 --- a/drivers/input/touchscreen/s3c2410_ts.c +++ b/drivers/input/touchscreen/s3c2410_ts.c | |||
| @@ -145,7 +145,7 @@ static void touch_timer_fire(unsigned long data) | |||
| 145 | } | 145 | } |
| 146 | } | 146 | } |
| 147 | 147 | ||
| 148 | static DEFINE_TIMER(touch_timer, touch_timer_fire, 0, 0); | 148 | static DEFINE_TIMER(touch_timer, touch_timer_fire); |
| 149 | 149 | ||
| 150 | /** | 150 | /** |
| 151 | * stylus_irq - touchscreen stylus event interrupt | 151 | * stylus_irq - touchscreen stylus event interrupt |
