]> git.baikalelectronics.ru Git - kernel.git/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)
commita2abc637ae81b9360d3cf40f4af707dbacbfd7a3
treeee7187bba836df69dd87a26e228c47ffd96e9334
parent2f8e754d8009f98924f50c7ad87aab4070ef111d
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