summaryrefslogtreecommitdiff
path: root/flowtop.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-09-08 09:37:27 +0200
committerTobias Klauser <tklauser@distanz.ch>2014-09-08 09:37:27 +0200
commit0c564e103d8240a997ee43965fa749bf816ea486 (patch)
tree4e1e6969fdff3036f6fcef49b85e30a16e9b5d9a /flowtop.c
parente46767f61986d982501ec59233fabddc2876f63d (diff)
build: Change return type of main in configure compile test programs
When running the configure script with `CC=clang ./configure' clang fails all the compile test programs due to the main() function not having return type int. Change it, so we can use clang as a compiler in the configure script. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'flowtop.c')
0 files changed, 0 insertions, 0 deletions
ff/arch/arm/boot/dts/imx6ul-tx6ul-0010.dts?h=nds-private-remove&id=15c2e102412d95af4fe88e5b28b3eba124545bbf&id2=2cbf5b4212b1595449548f189a8fb2df0b25a03f'>diff)
ARM: orion: remove unused wnr854t_switch_plat_data
The other instances of this structure got removed along with the MDIO device change, but this one was left behind and needs to be removed as well: arch/arm/mach-orion5x/wnr854t-setup.c:109:44: error: 'wnr854t_switch_plat_data' defined but not used [-Werror=unused-variable] static struct dsa_platform_data __initdata wnr854t_switch_plat_data = { Fixes: 575e93f7b5e6 ("ARM: orion: Register DSA switch as a MDIO device") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul-tx6ul-0010.dts')