diff options
-rw-r--r-- | drivers/input/touchscreen/mcs5000_ts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/mcs5000_ts.c b/drivers/input/touchscreen/mcs5000_ts.c index 00510a9836b3..1fb760c0ba86 100644 --- a/drivers/input/touchscreen/mcs5000_ts.c +++ b/drivers/input/touchscreen/mcs5000_ts.c | |||
@@ -248,7 +248,7 @@ static int mcs5000_ts_probe(struct i2c_client *client, | |||
248 | return 0; | 248 | return 0; |
249 | } | 249 | } |
250 | 250 | ||
251 | #ifdef CONFIG_PM | 251 | #ifdef CONFIG_PM_SLEEP |
252 | static int mcs5000_ts_suspend(struct device *dev) | 252 | static int mcs5000_ts_suspend(struct device *dev) |
253 | { | 253 | { |
254 | struct i2c_client *client = to_i2c_client(dev); | 254 | struct i2c_client *client = to_i2c_client(dev); |