aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/platform/x86/dell-laptop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/platform/x86/dell-laptop.c b/drivers/platform/x86/dell-laptop.c
index b7f4d2705916..29d96a4f5769 100644
--- a/drivers/platform/x86/dell-laptop.c
+++ b/drivers/platform/x86/dell-laptop.c
@@ -132,8 +132,8 @@ static struct dmi_system_id __devinitdata dell_blacklist[] = {
132}; 132};
133 133
134static struct calling_interface_buffer *buffer; 134static struct calling_interface_buffer *buffer;
135struct page *bufferpage; 135static struct page *bufferpage;
136DEFINE_MUTEX(buffer_mutex); 136static DEFINE_MUTEX(buffer_mutex);
137 137
138static int hwswitch_state; 138static int hwswitch_state;
139 139