The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] dell-laptop: make dell_laptop_i8042_filter() static
@ 2010-07-05  9:21 Axel Lin
  0 siblings, 0 replies; only message in thread
From: Axel Lin @ 2010-07-05  9:21 UTC (permalink / raw)
  To: linux-kernel
  Cc: Matthew Garrett, Len Brown, Alan Jenkins, Mario Limonciello,
	Stuart Hayes, platform-driver-x86

Make dell_laptop_i8042_filter() static as it's used only in dell-laptop.c

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 drivers/platform/x86/dell-laptop.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/platform/x86/dell-laptop.c b/drivers/platform/x86/dell-laptop.c
index 661e3ac..dbbcaa6 100644
--- a/drivers/platform/x86/dell-laptop.c
+++ b/drivers/platform/x86/dell-laptop.c
@@ -467,7 +467,7 @@ static struct backlight_ops dell_ops = {
 	.update_status  = dell_send_intensity,
 };
 
-bool dell_laptop_i8042_filter(unsigned char data, unsigned char str,
+static bool dell_laptop_i8042_filter(unsigned char data, unsigned char str,
 			      struct serio *port)
 {
 	static bool extended;
-- 
1.5.4.3




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-05  9:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-05  9:21 [PATCH] dell-laptop: make dell_laptop_i8042_filter() static Axel Lin

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