diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2009-03-28 08:32:57 -0400 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2009-03-28 08:32:57 -0400 |
commit | 269647dc8f3b557d0f9ec59533a5e651cc109efb (patch) | |
tree | 67fe4ed8ecea6752624d0a915f9f68e26df6774d /arch/blackfin/include/asm/gpio.h | |
parent | ffc89627ae14b46f41836ddabdc9dc77c597eca5 (diff) |
Blackfin arch: convert BF5{18,27,48}_FAMILY to CONFIG_BF{51,52,54}x
convert BF5{18,27,48}_FAMILY to CONFIG_BF{51,52,54}x as the defines
are redundant in these cases
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/include/asm/gpio.h')
-rw-r--r-- | arch/blackfin/include/asm/gpio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/include/asm/gpio.h b/arch/blackfin/include/asm/gpio.h index 3c99ddc8df16..fe139619351f 100644 --- a/arch/blackfin/include/asm/gpio.h +++ b/arch/blackfin/include/asm/gpio.h | |||
@@ -110,7 +110,7 @@ | |||
110 | * MODIFICATION HISTORY : | 110 | * MODIFICATION HISTORY : |
111 | **************************************************************/ | 111 | **************************************************************/ |
112 | 112 | ||
113 | #ifndef BF548_FAMILY | 113 | #ifndef CONFIG_BF54x |
114 | void set_gpio_dir(unsigned, unsigned short); | 114 | void set_gpio_dir(unsigned, unsigned short); |
115 | void set_gpio_inen(unsigned, unsigned short); | 115 | void set_gpio_inen(unsigned, unsigned short); |
116 | void set_gpio_polar(unsigned, unsigned short); | 116 | void set_gpio_polar(unsigned, unsigned short); |