u-boot-brain/drivers
Stefan Roese cdf1d240ba arm: mvebu: ddr: Fix compilation warning
gcc 5.1 generates this new warning (for Armada 38x platforms):

drivers/ddr/marvell/a38x/ddr3_debug.c: In function 'hws_ddr3_tip_read_training_result':
drivers/ddr/marvell/a38x/ddr3_debug.c:177:40: warning: 'sizeof' on array
  function parameter 'result' will return size of 'enum hws_result (*)[1]' [-Wsizeof-array-argument]
  memcpy(result, training_result, sizeof(result));
                                        ^
drivers/ddr/marvell/a38x/ddr3_debug.c:171:31: note: declared here
  u32 dev_num, enum hws_result result[MAX_STAGE_LIMIT][MAX_INTERFACE_NUM])
                               ^

Since this functions is not referenced anywhere, lets just remove it.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Luka Perkov <luka.perkov@sartura.hr>
2016-01-14 14:08:59 +01:00
..
adc
bios_emulator Various Makefiles: Add SPDX-License-Identifier tags 2015-11-10 09:19:52 -05:00
block dm: ahci: Convert to use new DM PCI API 2016-01-12 10:19:09 -07:00
bootcount bootcount: Correct #endif comment to match, other aesthetics 2016-01-08 10:15:43 -05:00
clk rockchip: rk3036: Add clock driver 2015-12-01 08:07:22 -07:00
core dm: core: Add a new api to get indexed device address 2016-01-13 18:54:22 +05:30
cpu
crypto drivers/crypto/fsl: fix endianness issue in RNG 2015-12-15 08:57:35 +08:00
ddr arm: mvebu: ddr: Fix compilation warning 2016-01-14 14:08:59 +01:00
demo
dfu
dma
fpga
gpio gpio: mxs: add name_to_gpio() function 2016-01-07 17:54:16 +01:00
hwmon
i2c Merge branch 'master' of git://www.denx.de/git/u-boot-imx 2016-01-03 10:32:24 -05:00
input
led
memory
misc
mmc dm: Convert PCI MMC over to use DM PCI API 2016-01-12 10:19:09 -07:00
mtd sf: Make IO modes at last in read modes 2016-01-13 18:47:27 +05:30
net dm: net: Convert rtl8169 to use DM PCI API 2016-01-12 10:19:09 -07:00
pci pci: Tidy up comments in pci_bind_bus_devices() 2016-01-12 10:19:09 -07:00
pcmcia
pinctrl rockchip: rk3036: Add pinctrl driver 2015-12-01 08:07:22 -07:00
power sunxi: power: axp818: add support for axp818 driver 2015-12-10 11:14:22 +01:00
pwm
qe
ram
remoteproc drivers: remoteproc: rproc-uclass: Fix check for NULL pointers 2015-12-05 18:22:32 -05:00
rtc
serial dm: ns16550: Allow the driver to be omitted if requested 2016-01-12 10:19:09 -07:00
soc
sound
spi drivers: spi: ti_qspi: convert driver to adopt device driver model 2016-01-13 18:47:27 +05:30
thermal imx: mx7: fix the temperature checking for Rev1.1 2016-01-07 17:53:11 +01:00
timer x86: Move i8254_init() to x86_cpu_init_f() 2015-12-09 17:44:44 +08:00
tpm
twserial
usb dm: net: usb: Convert mcs7830 driver to support driver model 2016-01-12 10:19:09 -07:00
video dm: pci: video: Convert video and pci_rom to use DM PCI API 2016-01-12 10:19:09 -07:00
watchdog imx_watchdog: always set minimal timeout in reset_cpu 2016-01-07 17:54:53 +01:00
Kconfig
Makefile