summaryrefslogtreecommitdiff
path: root/geoip.c
diff options
context:
space:
mode:
authorChristian Wiese <chris@opensde.org>2014-04-10 11:47:00 +0200
committerDaniel Borkmann <dborkman@redhat.com>2014-04-10 13:14:49 +0200
commitca59ce0c7f93f561f137949711221df4f30deba6 (patch)
treeb682cc1e32e274b4ba1774d58c99e254c4f98609 /geoip.c
parent47b3d6c254ca31dc57af4a1a17526e1dc593702a (diff)
link: fixed to include <sys/types.h> for caddr_t
When building against musl libc compiling bails out because of caddr_t not being declared: -------------------------------------------------------------------------- link.c: In function 'wireless_sigqual': link.c:41:24: error: 'caddr_t' undeclared (first use in this function) -------------------------------------------------------------------------- As caddr_t is declared in <sys/types.h> this header needs to be included. Signed-off-by: Christian Wiese <chris@opensde.org> Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'geoip.c')
0 files changed, 0 insertions, 0 deletions
mit-subject'>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/ge863-pro3.dtsi')