X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=arch%2Fm32r%2Fkernel%2Fsetup_mappi.c;h=00f253209cb36a0fd8db56407ed88c9d75a5cde0;hb=0d34c86c3b75e5fd7cde15c965349b0104e06e53;hp=501d798cf0508811a4d7fd8e1754e36c40aa9895;hpb=2ecc26b87a2b3e8650d3c7fe3fc85a8c73d5560d;p=powerpc.git diff --git a/arch/m32r/kernel/setup_mappi.c b/arch/m32r/kernel/setup_mappi.c index 501d798cf0..00f253209c 100644 --- a/arch/m32r/kernel/setup_mappi.c +++ b/arch/m32r/kernel/setup_mappi.c @@ -19,12 +19,6 @@ #define irq2port(x) (M32R_ICU_CR1_PORTL + ((x - 1) * sizeof(unsigned long))) -#ifndef CONFIG_SMP -typedef struct { - unsigned long icucr; /* ICU Control Register */ -} icu_data_t; -#endif /* CONFIG_SMP */ - icu_data_t icu_data[NR_IRQS]; static void disable_mappi_irq(unsigned int irq)