Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa14f7e8 authored by Adrian Bunk's avatar Adrian Bunk Committed by Dmitry Torokhov
Browse files

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: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 0486dc1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {
static struct hp_sdc_mlc_priv_s {
	int emtestmode;
	hp_sdc_transaction trans;
	u8 tseq[16];