projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0486dc1
)
Input: hp_sdc_mlc.c - make a struct static
author
Adrian Bunk
<bunk@kernel.org>
Thu, 26 Jun 2008 14:46:39 +0000
(10:46 -0400)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Mon, 30 Jun 2008 13:38:33 +0000
(09:38 -0400)
This patch makes the needlessly global struct hp_sdc_mlc_priv_s static.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/serio/hp_sdc_mlc.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/input/serio/hp_sdc_mlc.c
b/drivers/input/serio/hp_sdc_mlc.c
index f1fd3b638a379edecc0fb70a2d575498d2f09b64..6c84f4542cc2de6dd40eedbe0bfa909f29f1c245 100644
(file)
--- 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 <bri@calyx.com>");
MODULE_DESCRIPTION("Glue for onboard HIL MLC in HP-PARISC machines");
MODULE_LICENSE("Dual BSD/GPL");
-struct hp_sdc_mlc_priv_s {
+st
atic st
ruct hp_sdc_mlc_priv_s {
int emtestmode;
hp_sdc_transaction trans;
u8 tseq[16];