netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-2.6.25] CAN: Add missing Kbuild entries
@ 2007-12-27 20:14 Oliver Hartkopp
  2007-12-28  0:52 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Oliver Hartkopp @ 2007-12-27 20:14 UTC (permalink / raw)
  To: David Miller; +Cc: Sam Ravnborg, Urs Thuermann, netdev

[-- Attachment #1: Type: text/plain, Size: 289 bytes --]

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 <oliver@hartkopp.net>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
---


[-- Attachment #2: Kbuild-CAN.patch --]
[-- Type: text/x-diff, Size: 967 bytes --]

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH net-2.6.25] CAN: Add missing Kbuild entries
  2007-12-27 20:14 [PATCH net-2.6.25] CAN: Add missing Kbuild entries Oliver Hartkopp
@ 2007-12-28  0:52 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2007-12-28  0:52 UTC (permalink / raw)
  To: oliver; +Cc: sam, urs, netdev

From: Oliver Hartkopp <oliver@hartkopp.net>
Date: Thu, 27 Dec 2007 21:14:53 +0100

> 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 <oliver@hartkopp.net>
> Acked-by: Sam Ravnborg <sam@ravnborg.org>

Applied, but I had to fixup the patch to be rooted properly
like the other one.

Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-12-28  0:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-27 20:14 [PATCH net-2.6.25] CAN: Add missing Kbuild entries Oliver Hartkopp
2007-12-28  0:52 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).