diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-08-10 10:33:40 -0400 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-09-05 07:19:13 -0400 |
commit | 80e274e96e5bc4ddf9ee4b31ab6f4a2a9fa08040 (patch) | |
tree | 43647fdb3ea18cfb5f7037d7fa487f0ee0f801d1 /drivers/rtc/rtc-at91sam9.c | |
parent | 1955f213a68323f7348fc06461017c7675efe6c1 (diff) |
rtc: at91sam9: remove useless include
Definitions from linux/platform_data/atmel.h are not used, remove the
include.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'drivers/rtc/rtc-at91sam9.c')
-rw-r--r-- | drivers/rtc/rtc-at91sam9.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-at91sam9.c b/drivers/rtc/rtc-at91sam9.c index 16492e2baf5e..7206e2fa4383 100644 --- a/drivers/rtc/rtc-at91sam9.c +++ b/drivers/rtc/rtc-at91sam9.c | |||
@@ -19,7 +19,6 @@ | |||
19 | #include <linux/mfd/syscon.h> | 19 | #include <linux/mfd/syscon.h> |
20 | #include <linux/module.h> | 20 | #include <linux/module.h> |
21 | #include <linux/of.h> | 21 | #include <linux/of.h> |
22 | #include <linux/platform_data/atmel.h> | ||
23 | #include <linux/platform_device.h> | 22 | #include <linux/platform_device.h> |
24 | #include <linux/regmap.h> | 23 | #include <linux/regmap.h> |
25 | #include <linux/rtc.h> | 24 | #include <linux/rtc.h> |