Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resume
authorJingoo Han <jg1.han@samsung.com>
Sun, 2 Nov 2014 07:04:14 +0000 (00:04 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 2 Nov 2014 07:10:07 +0000 (00:10 -0700)
commit02b6a58b83b2f3d97addaf96ef60ad6596bf715f
tree4389eb074ceb36b9925e22e0c5dcb349e24fd503
parent572081a431196f15206c6314381af4829ae3382d
Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resume

Use __maybe_unused instead of ifdef guards around suspend/resume
functions, in order to increase build coverage and fix build warnings.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
19 files changed:
drivers/input/touchscreen/ad7877.c
drivers/input/touchscreen/ad7879.c
drivers/input/touchscreen/ads7846.c
drivers/input/touchscreen/atmel_mxt_ts.c
drivers/input/touchscreen/auo-pixcir-ts.c
drivers/input/touchscreen/cy8ctmg110_ts.c
drivers/input/touchscreen/cyttsp_core.c
drivers/input/touchscreen/edt-ft5x06.c
drivers/input/touchscreen/eeti_ts.c
drivers/input/touchscreen/egalax_ts.c
drivers/input/touchscreen/ili210x.c
drivers/input/touchscreen/ipaq-micro-ts.c
drivers/input/touchscreen/mms114.c
drivers/input/touchscreen/pixcir_i2c_ts.c
drivers/input/touchscreen/st1232.c
drivers/input/touchscreen/tsc2005.c
drivers/input/touchscreen/ucb1400_ts.c
drivers/input/touchscreen/wacom_i2c.c
drivers/input/touchscreen/zforce_ts.c
This page took 0.026691 seconds and 5 git commands to generate.