From 0f4d64d9009266d0673d7815a418a20d5ff34ccd Mon Sep 17 00:00:00 2001
From: Przemyslaw Marczak
Date: Mon, 10 Feb 2014 16:28:30 +0100
Subject: samsung: misc: check_keys(), key_pressed() - remove type static.
This patch removes type "static" from those functions declaration.
Change-Id: I2244ca3568b73251401e5102f26cc113ea69c1a4
Signed-off-by: Przemyslaw Marczak
---
board/samsung/common/misc.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
(limited to 'board')
diff --git a/board/samsung/common/misc.c b/board/samsung/common/misc.c
index 1a77c820ae..ad3cbfb8d7 100644
--- a/board/samsung/common/misc.c
+++ b/board/samsung/common/misc.c
@@ -15,7 +15,6 @@
#include
#include
#include
-#include
#include
#include
@@ -120,7 +119,7 @@ static int power_key_pressed(u32 reg)
return !!(status & mask);
}
-static int key_pressed(int key)
+int key_pressed(int key)
{
int value;
@@ -142,7 +141,7 @@ static int key_pressed(int key)
return value;
}
-static int check_keys(void)
+int check_keys(void)
{
int keys = 0;
--
cgit v1.2.3