From 8ef9678d30f06438daf10a353b24a1c38a284a1b Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 20 Dec 2012 19:32:15 +0100 Subject: [PATCH 1/1] Do not include linux/in.h It caused symbol redefinitions when combined with headers from /usr/include. It seems that other headers that use sockaddr_in also do not include its definition. --- include/uapi/linux/can/canethgw.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/uapi/linux/can/canethgw.h b/include/uapi/linux/can/canethgw.h index 938ed80b5dbf..f12e054850d6 100644 --- a/include/uapi/linux/can/canethgw.h +++ b/include/uapi/linux/can/canethgw.h @@ -2,7 +2,6 @@ #define CANETHGW_H #include -#include struct cegw_ioctl { -- 2.39.2