* [PATCH] caif: bugfix - add caif headers for userspace usage.
@ 2011-01-29 23:10 Sjur Brændeland
2011-01-30 9:15 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Sjur Brændeland @ 2011-01-29 23:10 UTC (permalink / raw)
To: netdev, davem; +Cc: Sjur Brændeland
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
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
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] caif: bugfix - add caif headers for userspace usage.
2011-01-29 23:10 [PATCH] caif: bugfix - add caif headers for userspace usage Sjur Brændeland
@ 2011-01-30 9:15 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2011-01-30 9:15 UTC (permalink / raw)
To: sjur.brandeland; +Cc: netdev
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-30 9:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-29 23:10 [PATCH] caif: bugfix - add caif headers for userspace usage Sjur Brændeland
2011-01-30 9:15 ` 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).