]> Git Repo - linux.git/commit
mfd: Fix twl-irq function declaration warnings
authorG, Manjunath Kondaiah <[email protected]>
Tue, 19 Oct 2010 09:02:48 +0000 (11:02 +0200)
committerSamuel Ortiz <[email protected]>
Thu, 28 Oct 2010 22:30:16 +0000 (00:30 +0200)
commitb0b4a7c28ebee0763cae90d470cfff501a83be37
treecff1414ea896c45036bfd12add01c4fa94a07777
parent50f19a45961ffa0445db02777ad9342119ceb2aa
mfd: Fix twl-irq function declaration warnings

Fixes following sparse warnings for twl4030 and twl6030 irq files.

drivers/mfd/twl4030-irq.c:783:5: warning: symbol 'twl4030_init_irq' was not
declared. Should it be static?
drivers/mfd/twl4030-irq.c:863:5: warning: symbol 'twl4030_exit_irq' was not
declared. Should it be static?
drivers/mfd/twl4030-irq.c:873:5: warning: symbol 'twl4030_init_chip_irq' was
not declared. Should it be static?

drivers/mfd/twl6030-irq.c:226:5: warning: symbol 'twl6030_init_irq' was not
declared. Should it be static?
drivers/mfd/twl6030-irq.c:290:5: warning: symbol 'twl6030_exit_irq' was not
declared. Should it be static?

Signed-off-by: G, Manjunath Kondaiah <[email protected]>
Cc: [email protected]
Cc: Tony Lindgren <[email protected]>
Cc: Nishanth Menon <[email protected]>
Signed-off-by: Samuel Ortiz <[email protected]>
drivers/mfd/twl-core.h [new file with mode: 0644]
drivers/mfd/twl4030-irq.c
drivers/mfd/twl6030-irq.c
This page took 0.080498 seconds and 4 git commands to generate.