]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
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 b8f741a3a37ea02cee2558f951eb9bf297936168..237b828dd2f10a7d99f910edb262e14e90c3e050 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"