]> Pileus Git - ~andy/linux/commit
mfd: Make twl6030_irq_set_wake static
authorNishanth Menon <nm@ti.com>
Thu, 23 Feb 2012 02:03:59 +0000 (20:03 -0600)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 6 Mar 2012 17:46:49 +0000 (18:46 +0100)
commitb8b8d7932bb83300d0ae6553e320ab1aecb37990
treeee7187bba836df69dd87a26e228c47ffd96e9334
parent3f8349e6e98ba0455437724589072523865eae5e
mfd: Make twl6030_irq_set_wake static

twl6030_irq_set_wake is not used anywhere else in the kernel
except as irq_chip.irq_set_wake. No reason for it to be exported.

Also fixes build warning:
drivers/mfd/twl6030-irq.c:230:5: warning: symbol 'twl6030_irq_set_wake' was not declared. Should it be static?

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/twl6030-irq.c