浏览代码

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>
Alexandre Belloni 10 年之前
父节点
当前提交
80e274e96e
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/rtc/rtc-at91sam9.c

+ 0 - 1
drivers/rtc/rtc-at91sam9.c

@@ -19,7 +19,6 @@
 #include <linux/mfd/syscon.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/platform_data/atmel.h>
 #include <linux/platform_device.h>
 #include <linux/regmap.h>
 #include <linux/rtc.h>