summaryrefslogtreecommitdiff
path: root/bpf_comp.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-05xmalloc: Make xrealloc() arguments conform to realloc()Tobias Klauser1-1/+1
2013-07-12bpf_comp: pass NEED_TCPDUMP_LIKE_FILTER through gccDaniel Borkmann1-2/+0
2013-07-09configure: fix multiple issues in build configurationDaniel Borkmann1-0/+3
2013-05-05bpf_comp: minor: fix linebreakDaniel Borkmann1-2/+2
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+43
08 22:24:19 +0100 committerDavid S. Miller <davem@davemloft.net>2017-02-09 16:59:57 -0500 commit15c2e102412d95af4fe88e5b28b3eba124545bbf (patch) tree10d22782e23395f24862af66d0e2af980df09258 /arch/arm/mach-sti/Makefile parent2cbf5b4212b1595449548f189a8fb2df0b25a03f (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/mach-sti/Makefile')