File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 119
119
* - v0.1 start from toshiba_acpi driver written by John Belmonte
120
120
*/
121
121
122
- #include <linux/kernel.h>
123
- #include <linux/module.h>
124
- #include <linux/init.h>
125
- #include <linux/types.h>
122
+ #include <linux/acpi.h>
126
123
#include <linux/backlight.h>
127
124
#include <linux/ctype.h>
128
- #include <linux/seq_file.h>
129
- #include <linux/uaccess.h>
130
- #include <linux/slab.h>
131
- #include <linux/acpi.h>
125
+ #include <linux/init.h>
132
126
#include <linux/input.h>
133
127
#include <linux/input/sparse-keymap.h>
128
+ #include <linux/kernel.h>
129
+ #include <linux/module.h>
134
130
#include <linux/platform_device.h>
135
-
131
+ #include <linux/seq_file.h>
132
+ #include <linux/slab.h>
133
+ #include <linux/types.h>
134
+ #include <linux/uaccess.h>
136
135
137
136
MODULE_AUTHOR (
"Hiroshi Miura <[email protected] >" );
138
137
MODULE_AUTHOR (
"David Bronaugh <[email protected] >" );
You can’t perform that action at this time.
0 commit comments