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

ARM: footbridge: drop unnecessary inclusion

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>

authored by

Alexandre Belloni and committed by
Arnd Bergmann
daec8b54 33abcaef

-1
-1
arch/arm/mach-footbridge/isa-rtc.c
··· 20 20 21 21 #include <linux/init.h> 22 22 #include <linux/mc146818rtc.h> 23 - #include <linux/bcd.h> 24 23 #include <linux/io.h> 25 24 26 25 #include "common.h"