From 8beb9e3f8810661a68c20276a1fa7f04fd111fc6 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Mon, 22 Oct 2012 16:43:17 +0200 Subject: [PATCH] Add missing 'static' keyword --- bbswitch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbswitch.c b/bbswitch.c index f69c1ab..3e7e713 100644 --- a/bbswitch.c +++ b/bbswitch.c @@ -72,7 +72,7 @@ static acpi_handle dis_handle; /* used for keeping the PM event handler */ static struct notifier_block nb; /* whether the card was off before suspend or not; on: 0, off: 1 */ -int dis_before_suspend_disabled; +static int dis_before_suspend_disabled; static char *buffer_to_string(const char *buffer, size_t n, char *target) { int i;