X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Farm%2Fmach-sa1100%2Fgeneric.c;fp=arch%2Farm%2Fmach-sa1100%2Fgeneric.c;h=2abdc419e9848a8056918d62cdb72a1841bdb806;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=4575f316e141a80179d341eee2a19eb27118c22f;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/arch/arm/mach-sa1100/generic.c b/arch/arm/mach-sa1100/generic.c index 4575f316e..2abdc419e 100644 --- a/arch/arm/mach-sa1100/generic.c +++ b/arch/arm/mach-sa1100/generic.c @@ -9,6 +9,7 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ +#include #include #include #include @@ -323,11 +324,6 @@ void sa11x0_set_irda_data(struct irda_platform_data *irda) sa11x0ir_device.dev.platform_data = irda; } -static struct platform_device sa11x0rtc_device = { - .name = "sa1100-rtc", - .id = -1, -}; - static struct platform_device *sa11x0_devices[] __initdata = { &sa11x0udc_device, &sa11x0uart1_device, @@ -337,7 +333,6 @@ static struct platform_device *sa11x0_devices[] __initdata = { &sa11x0pcmcia_device, &sa11x0fb_device, &sa11x0mtd_device, - &sa11x0rtc_device, }; static int __init sa1100_init(void)