diff options
Diffstat (limited to 'drivers/misc/eeprom/sunxi_sid.c')
-rw-r--r-- | drivers/misc/eeprom/sunxi_sid.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/misc/eeprom/sunxi_sid.c b/drivers/misc/eeprom/sunxi_sid.c index 9c34e5704304..3f2b625b2032 100644 --- a/drivers/misc/eeprom/sunxi_sid.c +++ b/drivers/misc/eeprom/sunxi_sid.c | |||
@@ -21,7 +21,6 @@ | |||
21 | #include <linux/err.h> | 21 | #include <linux/err.h> |
22 | #include <linux/export.h> | 22 | #include <linux/export.h> |
23 | #include <linux/fs.h> | 23 | #include <linux/fs.h> |
24 | #include <linux/init.h> | ||
25 | #include <linux/io.h> | 24 | #include <linux/io.h> |
26 | #include <linux/kernel.h> | 25 | #include <linux/kernel.h> |
27 | #include <linux/kobject.h> | 26 | #include <linux/kobject.h> |
@@ -96,7 +95,7 @@ static int sunxi_sid_remove(struct platform_device *pdev) | |||
96 | } | 95 | } |
97 | 96 | ||
98 | static const struct of_device_id sunxi_sid_of_match[] = { | 97 | static const struct of_device_id sunxi_sid_of_match[] = { |
99 | { .compatible = "allwinner,sun4i-sid", .data = (void *)16}, | 98 | { .compatible = "allwinner,sun4i-a10-sid", .data = (void *)16}, |
100 | { .compatible = "allwinner,sun7i-a20-sid", .data = (void *)512}, | 99 | { .compatible = "allwinner,sun7i-a20-sid", .data = (void *)512}, |
101 | {/* sentinel */}, | 100 | {/* sentinel */}, |
102 | }; | 101 | }; |