From: sjur.brandeland@stericsson.com Date: Sat, 29 Jan 2011 13:10:37 +0000 (+0000) Subject: caif: bugfix - add caif headers for userspace usage. X-Git-Tag: v3.0~1794^2~99 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52fe7c9cc1637110ba4e0e6fe5d07cc0786d62de;p=platform%2Fkernel%2Flinux-amlogic.git caif: bugfix - add caif headers for userspace usage. Add caif_socket.h and if_caif.h to the kernel header files exported for use by userspace. Signed-off-by: Sjur Braendeland Signed-off-by: David S. Miller --- 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