]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commitdiff
Fix include path
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 20 Dec 2012 13:18:58 +0000 (14:18 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 20 Dec 2012 13:18:58 +0000 (14:18 +0100)
net/can/canethgw.c

index d5b030215614a7d5c8312060163f0993a7d13840..535d910acb949033641221f7ff7146a77b8ded03 100644 (file)
@@ -20,7 +20,7 @@
 #include <net/sock.h>
 #include <linux/can.h>
 #include <linux/miscdevice.h>
-#include "canethgw.h"
+#include <linux/can/canethgw.h>
 
 MODULE_LICENSE("GPL");
 
@@ -344,4 +344,3 @@ static void __exit cegw_exit(void)
 
 module_init(cegw_init);
 module_exit(cegw_exit);
-