aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-u300/include
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2011-09-26 11:45:30 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2011-10-24 14:09:16 +0200
commit8959e74399c798b45c0f5d477972b927c28f8dc9 (patch)
treed13209e52a68649cd923f946649c8b3add0d52af /arch/arm/mach-u300/include
parent94be70d4b279ba1b35119a3340833ffcc798c2e2 (diff)
downloadkernel_samsung_smdk4412-8959e74399c798b45c0f5d477972b927c28f8dc9.zip
kernel_samsung_smdk4412-8959e74399c798b45c0f5d477972b927c28f8dc9.tar.gz
kernel_samsung_smdk4412-8959e74399c798b45c0f5d477972b927c28f8dc9.tar.bz2
mfd: Delete ab3550 driver
The AB3550 never passed the prototype stage. Instead it was used as a precursor to AB5500 for testing basic building blocks used in that chip, since they had large similarities. Since AB3550 will not see the light of day in product form and since the prototypes are no longer used, let's delete the driver and any references to it. Cc: Mattias Wallin <mattias.wallin@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'arch/arm/mach-u300/include')
-rw-r--r--arch/arm/mach-u300/include/mach/irqs.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-u300/include/mach/irqs.h b/arch/arm/mach-u300/include/mach/irqs.h
index 09b1b28..a6867b1 100644
--- a/arch/arm/mach-u300/include/mach/irqs.h
+++ b/arch/arm/mach-u300/include/mach/irqs.h
@@ -109,13 +109,6 @@
#define U300_NR_IRQS 48
#endif
-#ifdef CONFIG_AB3550_CORE
-#define IRQ_AB3550_BASE (U300_NR_IRQS)
-#define IRQ_AB3550_END (IRQ_AB3550_BASE + 37)
-
-#define NR_IRQS (IRQ_AB3550_END + 1)
-#else
#define NR_IRQS U300_NR_IRQS
-#endif
#endif