Skip to content

Commit

Permalink
caif: bugfix - add caif headers for userspace usage.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
sjur.brandeland@stericsson.com authored and David S. Miller committed Jan 30, 2011
1 parent c128df7 commit 52fe7c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/Kbuild
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
header-y += byteorder/
header-y += can/
header-y += caif/
header-y += dvb/
header-y += hdlc/
header-y += isdn/
Expand Down
2 changes: 2 additions & 0 deletions include/linux/caif/Kbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
header-y += caif_socket.h
header-y += if_caif.h

0 comments on commit 52fe7c9

Please sign in to comment.