diff options
author | Jérémy Lefaure <jeremy.lefaure@lse.epita.fr> | 2016-12-16 19:29:27 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2016-12-19 10:55:43 +0100 |
commit | f357563f958df06cd9ea9e614cdba30578bb08b1 (patch) | |
tree | 97ec359e37058a14517042dc49b7310bb9973c2f /drivers/scsi/a3000.h | |
parent | b0b3a37b908b5906524c11f3ca12cd7c9d4adc1c (diff) | |
download | linux-f357563f958df06cd9ea9e614cdba30578bb08b1.tar.bz2 |
irqchip/st: Mark st_irq_syscfg_resume() __maybe_unused
When CONFIG_PM_SLEEP is disabled, the compiler raises a warning on
st_irq_syscfg_resume:
drivers/irqchip/irq-st.c:183:12: warning: 'st_irq_syscfg_resume' defined
but not used [-Wunused-function]
static int st_irq_syscfg_resume(struct device *dev)
^~~~~~~~~~~~~~~~~~~~
Annotate the function with __maybe_unused.
Signed-off-by: Jérémy Lefaure <jeremy.lefaure@lse.epita.fr>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Jason Cooper <jason@lakedaemon.net>
Link: http://lkml.kernel.org/r/20161217002927.31947-1-jeremy.lefaure@lse.epita.fr
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/scsi/a3000.h')
0 files changed, 0 insertions, 0 deletions