diff options
author | Wolfgang Denk <wd@denx.de> | 2010-10-05 21:24:17 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-10-06 22:21:09 +0200 |
commit | 65a14cadff8519d9cdfa4f96044593a7d4ef130f (patch) | |
tree | 47d172d65112b83e2b9aaff70160090a32f01bfc /board/ronetix | |
parent | b15fbd4996ee1feedb524abfff7c581d885b51df (diff) |
pm9263: fix compile warning
Fix warning:
pm9263.c: In function 'pm9263_macb_hw_init':
pm9263.c:99: warning: unused variable 'pio'
Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Ilko Iliev <iliev@ronetix.at>
Diffstat (limited to 'board/ronetix')
-rw-r--r-- | board/ronetix/pm9263/pm9263.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/ronetix/pm9263/pm9263.c b/board/ronetix/pm9263/pm9263.c index e41c84c7634..4dc0237b9ef 100644 --- a/board/ronetix/pm9263/pm9263.c +++ b/board/ronetix/pm9263/pm9263.c @@ -96,7 +96,6 @@ static void pm9263_nand_hw_init(void) static void pm9263_macb_hw_init(void) { at91_pmc_t *pmc = (at91_pmc_t *) AT91_PMC_BASE; - at91_pio_t *pio = (at91_pio_t *) AT91_PIO_BASE; /* * PB27 enables the 50MHz oscillator for Ethernet PHY |