aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorHaojian Zhuang <haojian.zhuang@gmail.com>2012-11-15 04:06:06 -0500
committerArnd Bergmann <arnd@arndb.de>2012-11-15 07:50:13 -0500
commit49ea7fc094162fcaa83f5876b2090c816cc4498c (patch)
tree1272cc247f638622763cdd7e00561018ff02f48c /drivers/gpio
parentb5932cc839d809a07a43b93555ccc3fbabc2a766 (diff)
ARM: pxa: remove pxa95x support
PXA95x isn't widely used. And it adds the effort on supporting multiple platform. So remove it. The assumption is that nobody will miss this support. If you are reading this text because you actually require pxa95x support on a new kernel, we can work out a way to revert this patch or add support to the mmp platform. Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/gpio-pxa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-pxa.c b/drivers/gpio/gpio-pxa.c
index 98d52cb3fd1a..6ab8afbc4697 100644
--- a/drivers/gpio/gpio-pxa.c
+++ b/drivers/gpio/gpio-pxa.c
@@ -448,7 +448,7 @@ static int pxa_gpio_nums(void)
448 } else if (cpu_is_pxa27x()) { 448 } else if (cpu_is_pxa27x()) {
449 count = 120; 449 count = 120;
450 gpio_type = PXA27X_GPIO; 450 gpio_type = PXA27X_GPIO;
451 } else if (cpu_is_pxa93x() || cpu_is_pxa95x()) { 451 } else if (cpu_is_pxa93x()) {
452 count = 191; 452 count = 191;
453 gpio_type = PXA93X_GPIO; 453 gpio_type = PXA93X_GPIO;
454 } else if (cpu_is_pxa3xx()) { 454 } else if (cpu_is_pxa3xx()) {