diff options
| author | Wolfgang Denk <wd@denx.de> | 2010-10-05 21:27:17 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2010-10-06 22:21:14 +0200 | 
| commit | 6f984adb31b9a591f12a960b0a8efc665c0ed3e8 (patch) | |
| tree | b884853c2384bf55ad1944739d1d7f01c4f0bf42 | |
| parent | 65a14cadff8519d9cdfa4f96044593a7d4ef130f (diff) | |
| download | olio-uboot-2014.01-6f984adb31b9a591f12a960b0a8efc665c0ed3e8.tar.xz olio-uboot-2014.01-6f984adb31b9a591f12a960b0a8efc665c0ed3e8.zip | |
pm9g45: fix compile warning
Fix warning:
	pm9g45.c: In function 'pm9g45_macb_hw_init':
	pm9g45.c:99: warning: unused variable 'pio'
Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Ilko Iliev <iliev@ronetix.at>
| -rw-r--r-- | board/ronetix/pm9g45/pm9g45.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/board/ronetix/pm9g45/pm9g45.c b/board/ronetix/pm9g45/pm9g45.c index 3b4d9a345..f3d48f233 100644 --- a/board/ronetix/pm9g45/pm9g45.c +++ b/board/ronetix/pm9g45/pm9g45.c @@ -96,7 +96,6 @@ static void pm9g45_nand_hw_init(void)  static void pm9g45_macb_hw_init(void)  {  	at91_pmc_t	*pmc	= (at91_pmc_t *) AT91_PMC_BASE; -	at91_pio_t	*pio	= (at91_pio_t *) AT91_PIO_BASE;  	/*  	 * PD2 enables the 50MHz oscillator for Ethernet PHY |