aboutsummaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-at91/at91sam9263.h
diff options
context:
space:
mode:
authorAndrew Victor <andrew@sanpeople.com>2007-05-08 07:51:23 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-05-08 20:45:21 +0100
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 f4af68ae0ea..115c47ac7eb 100644
--- a/include/asm-arm/arch-at91/at91sam9263.h
+++ b/include/asm-arm/arch-at91/at91sam9263.h
@@ -119,13 +119,5 @@
#define AT91SAM9263_DMAC_BASE 0x00800000 /* DMA Controller */
#define AT91SAM9263_UHP_BASE 0x00a00000 /* USB Host controller */
-#if 0
-/*
- * PIO pin definitions (peripheral A/B multiplexing).
- */
-
-// TODO: Add
-
-#endif
#endif