diff mbox

caif: bugfix - add caif headers for userspace usage.

Message ID 1296342637-7039-1-git-send-email-sjur.brandeland@stericsson.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

sjur.brandeland@stericsson.com Jan. 29, 2011, 11:10 p.m. UTC
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>
---
Hi Dave,

This patch applies cleanly on net-2.6 and net-next-2.6
Please apply as appropriate.

Thanks,
Sjur Brændeland

 include/linux/Kbuild      |    1 +
 include/linux/caif/Kbuild |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)
 create mode 100644 include/linux/caif/Kbuild

Comments

David Miller Jan. 30, 2011, 9:15 a.m. UTC | #1
From: Sjur Brændeland <sjur.brandeland@stericsson.com>
Date: Sun, 30 Jan 2011 00:10:37 +0100

> 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>

Applied to net-2.6
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index 2296d8b..b0ada6f 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -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
index 0000000..a9cf250
--- /dev/null
+++ b/include/linux/caif/Kbuild
@@ -0,0 +1,2 @@ 
+header-y += caif_socket.h
+header-y += if_caif.h