From: Adrian Bunk Date: Thu, 26 Jun 2008 14:46:39 +0000 (-0400) Subject: Input: hp_sdc_mlc.c - make a struct static X-Git-Tag: v2.6.27-rc1~25^2~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa14f7e8df9ee8afea23dab21adb0b7a521f1cd6;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git Input: hp_sdc_mlc.c - make a struct static This patch makes the needlessly global struct hp_sdc_mlc_priv_s static. Signed-off-by: Adrian Bunk Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/serio/hp_sdc_mlc.c b/drivers/input/serio/hp_sdc_mlc.c index f1fd3b6..6c84f45 100644 --- a/drivers/input/serio/hp_sdc_mlc.c +++ b/drivers/input/serio/hp_sdc_mlc.c @@ -50,7 +50,7 @@ MODULE_AUTHOR("Brian S. Julin "); MODULE_DESCRIPTION("Glue for onboard HIL MLC in HP-PARISC machines"); MODULE_LICENSE("Dual BSD/GPL"); -struct hp_sdc_mlc_priv_s { +static struct hp_sdc_mlc_priv_s { int emtestmode; hp_sdc_transaction trans; u8 tseq[16];