projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18b08c5
)
Input: mma8450 - fix module device table type
author
Axel Lin
<axel.lin@gmail.com>
Tue, 9 Aug 2011 06:39:59 +0000
(23:39 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Tue, 9 Aug 2011 06:54:57 +0000
(23:54 -0700)
The module device table for of_device_id should use "of" type.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/misc/mma8450.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/input/misc/mma8450.c
b/drivers/input/misc/mma8450.c
index 6c76cf79299143ce16542af8e734e49e4a21bf12..0794778295fc60619311eb619c5eee2a7a97ef07 100644
(file)
--- a/
drivers/input/misc/mma8450.c
+++ b/
drivers/input/misc/mma8450.c
@@
-234,7
+234,7
@@
static const struct of_device_id mma8450_dt_ids[] = {
{ .compatible = "fsl,mma8450", },
{ /* sentinel */ }
};
-MODULE_DEVICE_TABLE(
i2c
, mma8450_dt_ids);
+MODULE_DEVICE_TABLE(
of
, mma8450_dt_ids);
static struct i2c_driver mma8450_driver = {
.driver = {