Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-1
-1
drivers/rtc/rtc-at91sam9.c
··· 19 19 #include <linux/mfd/syscon.h> 20 20 #include <linux/module.h> 21 21 #include <linux/of.h> 22 - #include <linux/platform_data/atmel.h> 23 22 #include <linux/platform_device.h> 24 23 #include <linux/regmap.h> 25 24 #include <linux/rtc.h>