summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-footbridge/isa.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2022-07-01 11:41:34 +0200
committerArnd Bergmann <arnd@arndb.de>2022-09-09 17:14:28 +0200
commitb6dd828445aa3db9503e95863b6dad7483a963a3 (patch)
tree0fbff23bbae0fde6e6043efae4389d573030cf34 /arch/arm/mach-footbridge/isa.c
parentb519c9c7e68d5e2e9d5aaff3843fda09342c79d7 (diff)
downloadlinux-b6dd828445aa3db9503e95863b6dad7483a963a3.tar.bz2
ARM: footbridge: remove leftover from personal-server
The machine was removed a while ago, and the checks are now useless. Reviewed-by: Christoph Hellwig <hch@lst.de> Tested-by: Marc Zyngier <maz@kernel.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-footbridge/isa.c')
-rw-r--r--arch/arm/mach-footbridge/isa.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/arch/arm/mach-footbridge/isa.c b/arch/arm/mach-footbridge/isa.c
index 3375ac23c046..84caccddce44 100644
--- a/arch/arm/mach-footbridge/isa.c
+++ b/arch/arm/mach-footbridge/isa.c
@@ -80,12 +80,11 @@ static int __init footbridge_isa_init(void)
int err = 0;
/* Personal server doesn't have RTC */
- if (!machine_is_personal_server()) {
- isa_rtc_init();
- err = platform_device_register(&rtc_device);
- if (err)
- printk(KERN_ERR "Unable to register RTC device: %d\n", err);
- }
+ isa_rtc_init();
+ err = platform_device_register(&rtc_device);
+ if (err)
+ printk(KERN_ERR "Unable to register RTC device: %d\n", err);
+
err = platform_device_register(&serial_device);
if (err)
printk(KERN_ERR "Unable to register serial device: %d\n", err);