]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/include/asm/arch-at91/gpio.h
at91 gpio: fix typo in compatibility macro
[karo-tx-uboot.git] / arch / arm / include / asm / arch-at91 / gpio.h
index ff6142b8aa6b7ac2e06ad868323f0a4a6d0c1cd9..71213883d7b7098c52bc22564a41552967932e94 100644 (file)
@@ -214,7 +214,7 @@ static inline unsigned pin_to_mask(unsigned pin)
 
 /* The following macros are need for backward compatibility */
 #define at91_set_GPIO_periph(x, y) \
-       at91_set_gpio_periph((x - PIN_BASE) / 32,(x % 32), y)
+       at91_set_pio_periph((x - PIN_BASE) / 32,(x % 32), y)
 #define at91_set_A_periph(x, y) \
        at91_set_a_periph((x - PIN_BASE) / 32,(x % 32), y)
 #define at91_set_B_periph(x, y) \