caif: bugfix - add caif headers for userspace usage.
authorsjur.brandeland@stericsson.com <sjur.brandeland@stericsson.com>
Sat, 29 Jan 2011 13:10:37 +0000 (13:10 +0000)
committerDavid S. Miller <davem@davemloft.net>
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 <sjur.brandeland@stericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/Kbuild
include/linux/caif/Kbuild [new file with mode: 0644]

index 2296d8b..b0ada6f 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