diff options
Diffstat (limited to 'drivers/macintosh/mac_hid.c')
-rw-r--r-- | drivers/macintosh/mac_hid.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/macintosh/mac_hid.c b/drivers/macintosh/mac_hid.c index 2dd29b42a49e..7b4ef5bb556b 100644 --- a/drivers/macintosh/mac_hid.c +++ b/drivers/macintosh/mac_hid.c | |||
@@ -31,21 +31,21 @@ static ctl_table mac_hid_files[] = { | |||
31 | .data = &mouse_emulate_buttons, | 31 | .data = &mouse_emulate_buttons, |
32 | .maxlen = sizeof(int), | 32 | .maxlen = sizeof(int), |
33 | .mode = 0644, | 33 | .mode = 0644, |
34 | .proc_handler = &proc_dointvec, | 34 | .proc_handler = proc_dointvec, |
35 | }, | 35 | }, |
36 | { | 36 | { |
37 | .procname = "mouse_button2_keycode", | 37 | .procname = "mouse_button2_keycode", |
38 | .data = &mouse_button2_keycode, | 38 | .data = &mouse_button2_keycode, |
39 | .maxlen = sizeof(int), | 39 | .maxlen = sizeof(int), |
40 | .mode = 0644, | 40 | .mode = 0644, |
41 | .proc_handler = &proc_dointvec, | 41 | .proc_handler = proc_dointvec, |
42 | }, | 42 | }, |
43 | { | 43 | { |
44 | .procname = "mouse_button3_keycode", | 44 | .procname = "mouse_button3_keycode", |
45 | .data = &mouse_button3_keycode, | 45 | .data = &mouse_button3_keycode, |
46 | .maxlen = sizeof(int), | 46 | .maxlen = sizeof(int), |
47 | .mode = 0644, | 47 | .mode = 0644, |
48 | .proc_handler = &proc_dointvec, | 48 | .proc_handler = proc_dointvec, |
49 | }, | 49 | }, |
50 | { } | 50 | { } |
51 | }; | 51 | }; |