MIPS: lantiq: drop ltq_gpio_request() and gpio_to_irq()
[firefly-linux-kernel-4.4.55.git] / arch / mips / lantiq / xway / gpio.c
index d2fa98f3c78d8185d6bfec384b88e23720829b88..a8b2edc808555f243f9a5617e43a93c964cd2e3b 100644 (file)
@@ -36,18 +36,6 @@ struct ltq_gpio {
 
 static struct ltq_gpio ltq_gpio_port[MAX_PORTS];
 
-int gpio_to_irq(unsigned int gpio)
-{
-       return -EINVAL;
-}
-EXPORT_SYMBOL(gpio_to_irq);
-
-int irq_to_gpio(unsigned int gpio)
-{
-       return -EINVAL;
-}
-EXPORT_SYMBOL(irq_to_gpio);
-
 int ltq_gpio_request(unsigned int pin, unsigned int alt0,
        unsigned int alt1, unsigned int dir, const char *name)
 {