mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2] mfd: db8500-prcmu: Use ANSI function declaration
@ 2013-08-23 11:35 Sachin Kamat
  2013-08-23 11:35 ` [PATCH 2/2] mfd: db8500-prcmu: Staticize clk_mgt Sachin Kamat
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Sachin Kamat @ 2013-08-23 11:35 UTC (permalink / raw)
  To: linux-kernel; +Cc: lee.jones, sameo, sachin.kamat, linus.walleij

Silences the following warning:
drivers/mfd/db8500-prcmu.c:2322:25: warning:
non-ANSI function declaration of function 'prcmu_ac_sleep_req'

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 drivers/mfd/db8500-prcmu.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mfd/db8500-prcmu.c b/drivers/mfd/db8500-prcmu.c
index 0d68eb1..8685872 100644
--- a/drivers/mfd/db8500-prcmu.c
+++ b/drivers/mfd/db8500-prcmu.c
@@ -2319,7 +2319,7 @@ unlock_and_return:
 /**
  * prcmu_ac_sleep_req - called when ARM no longer needs to talk to modem
  */
-void prcmu_ac_sleep_req()
+void prcmu_ac_sleep_req(void)
 {
 	u32 val;
 
-- 
1.7.4.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-08-27  8:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-23 11:35 [PATCH 1/2] mfd: db8500-prcmu: Use ANSI function declaration Sachin Kamat
2013-08-23 11:35 ` [PATCH 2/2] mfd: db8500-prcmu: Staticize clk_mgt Sachin Kamat
2013-08-23 18:57   ` Linus Walleij
2013-08-27  8:28   ` Lee Jones
2013-08-23 18:57 ` [PATCH 1/2] mfd: db8500-prcmu: Use ANSI function declaration Linus Walleij
2013-08-27  8:27 ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®