diff options
| author | Paul Bolle <pebolle@tiscali.nl> | 2015-02-03 21:05:50 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-07 03:13:07 +0100 |
| commit | b51e3f5ad5b2618702d689942dfaf7b15ea5eba4 (patch) | |
| tree | 0752c7c0e3d6b79f8f776a2263cf2ee2fccd9604 /kernel/sysctl_binary.c | |
| parent | ad3d4fdc8ee6d268d90d1a29bccd5318fa071cab (diff) | |
sprd_serial: compile sprd_suspend and sprd_resume conditionally
Building sprd_serial.o when CONFIG_PM_SLEEP is not defined triggers
these warnings:
drivers/tty/serial/sprd_serial.c:755:12: warning: ‘sprd_suspend’ defined but not used [-Wunused-function]
static int sprd_suspend(struct device *dev)
^
drivers/tty/serial/sprd_serial.c:764:12: warning: ‘sprd_resume’ defined but not used [-Wunused-function]
static int sprd_resume(struct device *dev)
^
Let's compile these functions only when CONFIG_PM_SLEEP is defined.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel/sysctl_binary.c')
0 files changed, 0 insertions, 0 deletions
