]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Input: mouse - use __maybe_unused instead of ifdef around suspend/resume
authorJingoo Han <jg1.han@samsung.com>
Sun, 2 Nov 2014 07:03:37 +0000 (00:03 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 2 Nov 2014 07:10:07 +0000 (00:10 -0700)
commit572081a431196f15206c6314381af4829ae3382d
treeed6f5e8b975d99b59ffde27743f46d8f4154bfe0
parent97a652a852b821dd2a95b54da8c870b7b38df0e8
Input: mouse - 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>
drivers/input/mouse/cyapa.c
drivers/input/mouse/navpoint.c
drivers/input/mouse/synaptics_i2c.c