diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2022-12-12 14:59:52 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-01-09 23:18:16 +0100 |
commit | daec8b54e9445566d003ac46e267e73755b5f55a (patch) | |
tree | e14ad4ddc326015ef075274350cf3cec8d5579d6 /arch | |
parent | Merge tag 'imx-fixes-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/sh... (diff) | |
download | linux-daec8b54e9445566d003ac46e267e73755b5f55a.tar.xz linux-daec8b54e9445566d003ac46e267e73755b5f55a.zip |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-footbridge/isa-rtc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-footbridge/isa-rtc.c b/arch/arm/mach-footbridge/isa-rtc.c index b8f741a3a37e..237b828dd2f1 100644 --- a/arch/arm/mach-footbridge/isa-rtc.c +++ b/arch/arm/mach-footbridge/isa-rtc.c @@ -20,7 +20,6 @@ #include <linux/init.h> #include <linux/mc146818rtc.h> -#include <linux/bcd.h> #include <linux/io.h> #include "common.h" |