Char: stallion, fix oops during init with ISA cards
[sfrench/cifs-2.6.git] / drivers / char / pc8736x_gpio.c
index 84e5a68635f12203c361cf837aab3f2bd4fdbca0..ecfaf180e5bd8b106ee12e06da33fc0c1a88f702 100644 (file)
@@ -188,16 +188,6 @@ static void pc8736x_gpio_set(unsigned minor, int val)
        pc8736x_gpio_shadow[port] = val;
 }
 
-static void pc8736x_gpio_set_high(unsigned index)
-{
-       pc8736x_gpio_set(index, 1);
-}
-
-static void pc8736x_gpio_set_low(unsigned index)
-{
-       pc8736x_gpio_set(index, 0);
-}
-
 static int pc8736x_gpio_current(unsigned minor)
 {
        int port, bit;