caif: bugfix - add caif headers for userspace usage.
author[email protected] <[email protected]>
Sat, 29 Jan 2011 13:10:37 +0000 (13:10 +0000)
committerDavid S. Miller <[email protected]>
Sun, 30 Jan 2011 09:14:14 +0000 (01:14 -0800)
Add caif_socket.h and if_caif.h to the kernel header files
exported for use by userspace.

Signed-off-by: Sjur Braendeland <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/linux/Kbuild
include/linux/caif/Kbuild [new file with mode: 0644]

index 2296d8b1931f694a6ffa6fc1ea0ec7064728c2c6..b0ada6f37dd65a2ad7e9cf475034fa1737fe0fc5 100644 (file)
@@ -1,5 +1,6 @@
 header-y += byteorder/
 header-y += can/
+header-y += caif/
 header-y += dvb/
 header-y += hdlc/
 header-y += isdn/
diff --git a/include/linux/caif/Kbuild b/include/linux/caif/Kbuild
new file mode 100644 (file)
index 0000000..a9cf250
--- /dev/null
@@ -0,0 +1,2 @@
+header-y += caif_socket.h
+header-y += if_caif.h