Browse Source

Merge branch 'uapi-for-3.7' of git://gitorious.org/linux-can/linux-can

Marc Kleine-Budde says:

====================
this pull request for net, i.e. the v3.7 release cycle, contains the patch by
David Howells to move the UAPI related headers for the CAN subsystem.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 12 years ago
parent
commit
959859d2fe

+ 0 - 5
include/linux/can/Kbuild

@@ -1,5 +0,0 @@
-header-y += raw.h
-header-y += bcm.h
-header-y += gw.h
-header-y += error.h
-header-y += netlink.h

+ 5 - 0
include/uapi/linux/can/Kbuild

@@ -1 +1,6 @@
 # UAPI Header export list
+header-y += bcm.h
+header-y += error.h
+header-y += gw.h
+header-y += netlink.h
+header-y += raw.h

+ 0 - 0
include/linux/can/bcm.h → include/uapi/linux/can/bcm.h


+ 0 - 0
include/linux/can/error.h → include/uapi/linux/can/error.h


+ 0 - 0
include/linux/can/gw.h → include/uapi/linux/can/gw.h


+ 0 - 0
include/linux/can/netlink.h → include/uapi/linux/can/netlink.h


+ 0 - 0
include/linux/can/raw.h → include/uapi/linux/can/raw.h