Message ID | 20221212135953.212303-1-alexandre.belloni@bootlin.com (mailing list archive) |
---|---|
State | Accepted |
Commit | daec8b54e9445566d003ac46e267e73755b5f55a |
Headers | show |
Series | ARM: footbridge: drop unnecessary inclusion | expand |
Hello: This patch was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Mon, 12 Dec 2022 14:59:52 +0100 you wrote: > From: Alexandre Belloni <alexandre.belloni@bootlin.com> > > isa-rtc.c doesn't use any definition from bcd.h, remove its inclusion > > Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> > --- > arch/arm/mach-footbridge/isa-rtc.c | 1 - > 1 file changed, 1 deletion(-) Here is the summary with links: - ARM: footbridge: drop unnecessary inclusion https://git.kernel.org/soc/soc/c/daec8b54e944 You are awesome, thank you!
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"