summaryrefslogtreecommitdiffstats
path: root/include/linux/can.h
diff options
context:
space:
mode:
authorBen Hutchings2011-08-24 20:43:55 +0200
committerDavid S. Miller2011-08-26 18:02:50 +0200
commitbcb949b8847655516ba499ca75cd8529f167e360 (patch)
tree7e5457a45e5ddf1381bffc9cfe793504afe10696 /include/linux/can.h
parentheaders, pppol2tp: Use __kernel_pid_t in <linux/pppol2tp.h> (diff)
downloadkernel-qcow2-linux-bcb949b8847655516ba499ca75cd8529f167e360.tar.gz
kernel-qcow2-linux-bcb949b8847655516ba499ca75cd8529f167e360.tar.xz
kernel-qcow2-linux-bcb949b8847655516ba499ca75cd8529f167e360.zip
headers, net: Use __kernel_sa_family_t in more definitions shared with userland
Complete the work started with commit 6602a4baf4d1a73cc4685a39ef859e1c5ddf654c ('net: Make userland include of netlink.h more sane'). Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/can.h')
-rw-r--r--include/linux/can.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/can.h b/include/linux/can.h
index d18333302cbd..bb047dc2de16 100644
--- a/include/linux/can.h
+++ b/include/linux/can.h
@@ -78,7 +78,7 @@ struct can_frame {
* @can_addr: protocol specific address information
*/
struct sockaddr_can {
- sa_family_t can_family;
+ __kernel_sa_family_t can_family;
int can_ifindex;
union {
/* transport protocol class address information (e.g. ISOTP) */