u-boot-brain/drivers
Stefan Roese f0813ab128 4xx_enet.c: Fix GCC 4.6 build warnings
Fix:
4xx_enet.c: In function 'ppc_4xx_eth_init':
4xx_enet.c:875:6: warning: variable 'ethgroup' set but not used [-Wunused-but-set-variable]

I used "__maybe_unused" here intentionally, since all other
alternatives to fix this compilation warning would result in more
ifdef's.

Signed-off-by: Stefan Roese <sr@denx.de>
2011-11-16 21:14:14 +01:00
..
bios_emulator drivers/bios_emulator/x86emu/ops.c: Fix GCC 4.6 build warning 2011-11-16 20:59:05 +01:00
block drivers/block/sym53c8xx.c: Fix GCC 4.6 build warning 2011-11-16 21:01:49 +01:00
dma iMX28: Add APBH DMA driver 2011-11-11 11:36:57 +01:00
fpga FPGA: drivers/fpga/ivm_core.c: GCC4.6 fix build warnings 2011-11-16 20:49:40 +01:00
gpio iMX28: Add GPIO control 2011-11-11 11:36:57 +01:00
hwmon hwmon: do not init sensors on startup 2011-08-04 23:30:38 +02:00
i2c Merge branch 'master' of git://git.denx.de/u-boot-arm 2011-11-16 20:24:41 +01:00
input Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
misc misc: pmic: fix regression in pmic_fsl.c (SPI) 2011-11-03 22:56:18 +01:00
mmc davinci, mmc: fix gcc 4.6 build warnings 2011-11-16 20:51:14 +01:00
mtd GCC4.6: Squash warnings in onenand_base.c 2011-11-15 22:24:50 +01:00
net 4xx_enet.c: Fix GCC 4.6 build warnings 2011-11-16 21:14:14 +01:00
pci GCC4.6: Squash warnings in fsl_pci_init.c 2011-10-27 23:54:05 +02:00
pcmcia drivers/pcmcia/mpc8xx_pcmcia.c: Fix GCC 4.6 build warning 2011-11-07 22:11:46 +01:00
power mmc: omap: config VMMC, MMC1_PBIAS 2011-09-30 22:00:55 +02:00
qe drivers/qe/uec.c: Fix GCC 4.6 build warning 2011-11-11 07:49:01 -06:00
rtc iMX28: Add driver for internal RTC 2011-11-11 11:36:57 +01:00
serial PXA: Cleanup serial_pxa 2011-11-15 22:24:50 +01:00
spi iMX28: Add SPI driver 2011-11-11 11:36:57 +01:00
twserial Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
usb Merge branch 'master' of git://git.denx.de/u-boot-arm 2011-11-16 20:24:41 +01:00
video drivers/video/ct69000.c: Fix GC 4.6 build warning 2011-11-16 21:05:30 +01:00
watchdog AT91: fix at91sam_wdt.c to reworked header files 2011-05-18 07:56:51 +02:00