aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-at91/at91sam9263.h
diff options
context:
space:
mode:
authorAndrew Victor <andrew@sanpeople.com>2007-05-08 02:51:23 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-05-08 15:45:21 -0400
commitb85fe92766dfc0c4e803cb0cead4c780cd0c02f9 (patch)
tree1a1a829bf16eae2d7803eb739618db2e5eb43766 /include/asm-arm/arch-at91/at91sam9263.h
parent8eef3896b352a8760ab04293174444da4e8c8127 (diff)
[ARM] 4363/1: AT91: Remove legacy PIO definitions
Remove the legacy PIO pin definitions for the AT91 processors. The standard (and portable between the different AT91 processors) method is to use the AT91_PIN_* defines and the GPIO API. Signed-off-by: Andrew Victor <andrew@sanpeople.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-at91/at91sam9263.h')
-rw-r--r--include/asm-arm/arch-at91/at91sam9263.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-arm/arch-at91/at91sam9263.h b/include/asm-arm/arch-at91/at91sam9263.h
index f4af68ae0ea9..115c47ac7ebb 100644
--- a/include/asm-arm/arch-at91/at91sam9263.h
+++ b/include/asm-arm/arch-at91/at91sam9263.h
@@ -119,13 +119,5 @@
119#define AT91SAM9263_DMAC_BASE 0x00800000 /* DMA Controller */ 119#define AT91SAM9263_DMAC_BASE 0x00800000 /* DMA Controller */
120#define AT91SAM9263_UHP_BASE 0x00a00000 /* USB Host controller */ 120#define AT91SAM9263_UHP_BASE 0x00a00000 /* USB Host controller */
121 121
122#if 0
123/*
124 * PIO pin definitions (peripheral A/B multiplexing).
125 */
126
127// TODO: Add
128
129#endif
130 122
131#endif 123#endif