From: Nishanth Menon Date: Thu, 23 Feb 2012 02:03:59 +0000 (-0600) Subject: mfd: Make twl6030_irq_set_wake static X-Git-Tag: v3.4-rc1~66^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8b8d7932bb83300d0ae6553e320ab1aecb37990;p=pandora-kernel.git 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 Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed