diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2009-01-07 10:14:39 -0500 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2009-01-07 10:14:39 -0500 |
commit | 3af8e931c783d52c9c5df93604e622eb5e054ee8 (patch) | |
tree | 282acb67d952e0b52885436744f479e52a3d3a3d /arch/blackfin/mach-bf533/include/mach | |
parent | 14a959101e166abd4165f5a53db5f3dbe4e16fb9 (diff) |
Blackfin arch: fix bug - kernel crash after config IP for ethernet port
Fix typo - kernel crash on bf533-stamp/bf533-ezkit after config IP for ethernet port
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/mach-bf533/include/mach')
-rw-r--r-- | arch/blackfin/mach-bf533/include/mach/gpio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf533/include/mach/gpio.h b/arch/blackfin/mach-bf533/include/mach/gpio.h index 4d3ee4504250..e45c17077aff 100644 --- a/arch/blackfin/mach-bf533/include/mach/gpio.h +++ b/arch/blackfin/mach-bf533/include/mach/gpio.h | |||
@@ -10,7 +10,7 @@ | |||
10 | #ifndef _MACH_GPIO_H_ | 10 | #ifndef _MACH_GPIO_H_ |
11 | #define _MACH_GPIO_H_ | 11 | #define _MACH_GPIO_H_ |
12 | 12 | ||
13 | #define MAX_BLACKFIN_GPIOS 48 | 13 | #define MAX_BLACKFIN_GPIOS 16 |
14 | 14 | ||
15 | #define GPIO_PF0 0 | 15 | #define GPIO_PF0 0 |
16 | #define GPIO_PF1 1 | 16 | #define GPIO_PF1 1 |