This patch adds the missing Kbuild entries and the missing Kbuild file in include/linux/can for the CAN subsystem.

It applies on the current net-2.6.25 tree.

Tnx & best regards,
Oliver

Signed-off-by: Oliver Hartkopp <[EMAIL PROTECTED]>
Acked-by: Sam Ravnborg <[EMAIL PROTECTED]>
---

diff -uprN -X net-2.6.25/Documentation/dontdiff net-2.6.25/include/linux/can/Kbuild export/net2625-2007-12-27/include/linux/can/Kbuild
--- net-2.6.25/include/linux/can/Kbuild	1970-01-01 01:00:00.000000000 +0100
+++ export/net2625-2007-12-27/include/linux/can/Kbuild	2007-12-27 20:35:22.000000000 +0100
@@ -0,0 +1,3 @@
+header-y += raw.h
+header-y += bcm.h
+header-y += error.h
diff -uprN -X net-2.6.25/Documentation/dontdiff net-2.6.25/include/linux/Kbuild export/net2625-2007-12-27/include/linux/Kbuild
--- net-2.6.25/include/linux/Kbuild	2007-12-15 19:33:20.000000000 +0100
+++ export/net2625-2007-12-27/include/linux/Kbuild	2007-12-27 20:35:22.000000000 +0100
@@ -1,4 +1,5 @@
 header-y += byteorder/
+header-y += can/
 header-y += dvb/
 header-y += hdlc/
 header-y += isdn/
@@ -41,6 +42,7 @@ header-y += baycom.h
 header-y += bfs_fs.h
 header-y += blkpg.h
 header-y += bpqether.h
+header-y += can.h
 header-y += cdk.h
 header-y += chio.h
 header-y += coda_psdev.h

Reply via email to