summaryrefslogtreecommitdiff
path: root/protos.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-08-09 11:32:02 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-08-09 11:32:02 +0200
commitdf1d1c89542554db5e184372963b3dfbef3d2007 (patch)
treef1e5c2915abef9ea1bbc60e06dc2a09fa11c065c /protos.h
parent15ef4943912f53d784c6150fa9fc368809a0d221 (diff)
netsniff-ng: Fix compiler warning
Fix the following compiler warning that occurs when building with "-W -Wall -Wextra" by introducing a cast: netsniff-ng.c: In function ‘walk_t3_block’: netsniff-ng.c:841:8: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'protos.h')
0 files changed, 0 insertions, 0 deletions
3ed35d13e7b1d8d2eb7003'>370ebb0ef6255132373ed35d13e7b1d8d2eb7003 (diff)
usbnet: pegasus: Use net_device_stats from struct net_devicends-private-remove
Instead of using a private copy of struct net_device_stats in struct pegasus, use stats from struct net_device. Also remove the now unnecessary .ndo_get_stats function. Cc: Petko Manolov <petkan@nucleusys.com> Cc: linux-usb@vger.kernel.org Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'arch/arm/boot/dts/exynos5260-xyref5260.dts')