From: Samuel Ortiz Date: Thu, 10 May 2012 17:45:51 +0000 (+0200) Subject: NFC: Export nfc.h to userland X-Git-Tag: v3.2.24~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bce3ff4945779822c2d778ac29011d5eecc7330a;p=thirdparty%2Fkernel%2Fstable.git NFC: Export nfc.h to userland commit dbd4fcaf8d664fab4163b1f8682e41ad8bff3444 upstream. The netlink commands and attributes, along with the socket structure definitions need to be exported. Signed-off-by: Samuel Ortiz Signed-off-by: John W. Linville Signed-off-by: Ben Hutchings --- diff --git a/include/linux/Kbuild b/include/linux/Kbuild index bd21ecd22a45b..a3ce901229f3c 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -268,6 +268,7 @@ header-y += netfilter_ipv4.h header-y += netfilter_ipv6.h header-y += netlink.h header-y += netrom.h +header-y += nfc.h header-y += nfs.h header-y += nfs2.h header-y += nfs3.h