diff options
Diffstat (limited to 'drivers/input/touchscreen/htcpen.c')
-rw-r--r-- | drivers/input/touchscreen/htcpen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/htcpen.c b/drivers/input/touchscreen/htcpen.c index 6c4fb8436957..66500852341b 100644 --- a/drivers/input/touchscreen/htcpen.c +++ b/drivers/input/touchscreen/htcpen.c | |||
@@ -221,7 +221,7 @@ static struct isa_driver htcpen_isa_driver = { | |||
221 | } | 221 | } |
222 | }; | 222 | }; |
223 | 223 | ||
224 | static struct dmi_system_id __initdata htcshift_dmi_table[] = { | 224 | static struct dmi_system_id htcshift_dmi_table[] __initdata = { |
225 | { | 225 | { |
226 | .ident = "Shift", | 226 | .ident = "Shift", |
227 | .matches = { | 227 | .matches = { |