diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-06-26 12:30:59 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-07-23 01:18:24 -0400 |
commit | 1a9e5bfbd463d97afb12700eaddfaf29da256f5e (patch) | |
tree | a3e164e82013bb9b47e89089ff1e1abc84abd842 /arch/blackfin/include | |
parent | 969564508dfcfe8185ab8dfefb1a76aeee7a2123 (diff) |
Blackfin: gpio: punt unused GPIO_# defines
These defines don't accomplish much as GPIO_# is the same thing as #.
Each CPU already provides helpful symbolic defines like GPIO_<PIN>
which everyone uses, so just punt these # ones.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/include')
-rw-r--r-- | arch/blackfin/include/asm/gpio.h | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/arch/blackfin/include/asm/gpio.h b/arch/blackfin/include/asm/gpio.h index 1ef8417f5d27..9b8d1867b259 100644 --- a/arch/blackfin/include/asm/gpio.h +++ b/arch/blackfin/include/asm/gpio.h | |||
@@ -16,55 +16,6 @@ | |||
16 | 16 | ||
17 | #include <mach/gpio.h> | 17 | #include <mach/gpio.h> |
18 | 18 | ||
19 | #define GPIO_0 0 | ||
20 | #define GPIO_1 1 | ||
21 | #define GPIO_2 2 | ||
22 | #define GPIO_3 3 | ||
23 | #define GPIO_4 4 | ||
24 | #define GPIO_5 5 | ||
25 | #define GPIO_6 6 | ||
26 | #define GPIO_7 7 | ||
27 | #define GPIO_8 8 | ||
28 | #define GPIO_9 9 | ||
29 | #define GPIO_10 10 | ||
30 | #define GPIO_11 11 | ||
31 | #define GPIO_12 12 | ||
32 | #define GPIO_13 13 | ||
33 | #define GPIO_14 14 | ||
34 | #define GPIO_15 15 | ||
35 | #define GPIO_16 16 | ||
36 | #define GPIO_17 17 | ||
37 | #define GPIO_18 18 | ||
38 | #define GPIO_19 19 | ||
39 | #define GPIO_20 20 | ||
40 | #define GPIO_21 21 | ||
41 | #define GPIO_22 22 | ||
42 | #define GPIO_23 23 | ||
43 | #define GPIO_24 24 | ||
44 | #define GPIO_25 25 | ||
45 | #define GPIO_26 26 | ||
46 | #define GPIO_27 27 | ||
47 | #define GPIO_28 28 | ||
48 | #define GPIO_29 29 | ||
49 | #define GPIO_30 30 | ||
50 | #define GPIO_31 31 | ||
51 | #define GPIO_32 32 | ||
52 | #define GPIO_33 33 | ||
53 | #define GPIO_34 34 | ||
54 | #define GPIO_35 35 | ||
55 | #define GPIO_36 36 | ||
56 | #define GPIO_37 37 | ||
57 | #define GPIO_38 38 | ||
58 | #define GPIO_39 39 | ||
59 | #define GPIO_40 40 | ||
60 | #define GPIO_41 41 | ||
61 | #define GPIO_42 42 | ||
62 | #define GPIO_43 43 | ||
63 | #define GPIO_44 44 | ||
64 | #define GPIO_45 45 | ||
65 | #define GPIO_46 46 | ||
66 | #define GPIO_47 47 | ||
67 | |||
68 | #define PERIPHERAL_USAGE 1 | 19 | #define PERIPHERAL_USAGE 1 |
69 | #define GPIO_USAGE 0 | 20 | #define GPIO_USAGE 0 |
70 | 21 | ||