Prechádzať zdrojové kódy

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 rokov pred
rodič
commit
80e274e96e
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  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>