aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/can.h
diff options
context:
space:
mode:
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 {
78 * @can_addr: protocol specific address information 78 * @can_addr: protocol specific address information
79 */ 79 */
80struct sockaddr_can { 80struct sockaddr_can {
81 sa_family_t can_family; 81 __kernel_sa_family_t can_family;
82 int can_ifindex; 82 int can_ifindex;
83 union { 83 union {
84 /* transport protocol class address information (e.g. ISOTP) */ 84 /* transport protocol class address information (e.g. ISOTP) */