]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/gpio/gpio-pxa.c
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[mirror_ubuntu-artful-kernel.git] / drivers / gpio / gpio-pxa.c
index 3e35243c136f97284bd0367d237fb4e1a9039cd1..8325f580c0f1b93149f4856db784093aaf20d177 100644 (file)
@@ -448,7 +448,7 @@ static int pxa_gpio_nums(void)
        } else if (cpu_is_pxa27x()) {
                count = 120;
                gpio_type = PXA27X_GPIO;
-       } else if (cpu_is_pxa93x() || cpu_is_pxa95x()) {
+       } else if (cpu_is_pxa93x()) {
                count = 191;
                gpio_type = PXA93X_GPIO;
        } else if (cpu_is_pxa3xx()) {