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>
This commit is contained in:
Alexandre Belloni 2022-12-12 14:59:52 +01:00 коммит произвёл Arnd Bergmann
Родитель 33abcaef98
Коммит daec8b54e9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 9A6C79EFE60018D9
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -20,7 +20,6 @@
#include <linux/init.h>
#include <linux/mc146818rtc.h>
#include <linux/bcd.h>
#include <linux/io.h>
#include "common.h"