ARM: footbridge: drop unnecessary inclusion
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 12 Dec 2022 13:59:52 +0000 (14:59 +0100)
committerArnd Bergmann <arnd@arndb.de>
Mon, 9 Jan 2023 22:18:16 +0000 (23:18 +0100)
isa-rtc.c doesn't use any definition from bcd.h, remove its inclusion

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20221212135953.212303-1-alexandre.belloni@bootlin.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-footbridge/isa-rtc.c

index b8f741a..237b828 100644 (file)
@@ -20,7 +20,6 @@
 
 #include <linux/init.h>
 #include <linux/mc146818rtc.h>
-#include <linux/bcd.h>
 #include <linux/io.h>
 
 #include "common.h"