From: Greg Kroah-Hartman Date: Tue, 17 Jul 2012 22:24:00 +0000 (-0700) Subject: 3.4-stable patches X-Git-Tag: v3.0.38~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=801309cf802f0c01c55718f665c4a6fb7273611c;p=thirdparty%2Fkernel%2Fstable-queue.git 3.4-stable patches added patches: nfc-export-nfc.h-to-userland.patch --- diff --git a/queue-3.4/nfc-export-nfc.h-to-userland.patch b/queue-3.4/nfc-export-nfc.h-to-userland.patch new file mode 100644 index 00000000000..86b24fc9c97 --- /dev/null +++ b/queue-3.4/nfc-export-nfc.h-to-userland.patch @@ -0,0 +1,30 @@ +From dbd4fcaf8d664fab4163b1f8682e41ad8bff3444 Mon Sep 17 00:00:00 2001 +From: Samuel Ortiz +Date: Thu, 10 May 2012 19:45:51 +0200 +Subject: NFC: Export nfc.h to userland + +From: Samuel Ortiz + +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: Greg Kroah-Hartman + +--- + include/linux/Kbuild | 1 + + 1 file changed, 1 insertion(+) + +--- a/include/linux/Kbuild ++++ b/include/linux/Kbuild +@@ -272,6 +272,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 diff --git a/queue-3.4/series b/queue-3.4/series index eab2e80f0d5..5cd90e9e771 100644 --- a/queue-3.4/series +++ b/queue-3.4/series @@ -34,3 +34,4 @@ hrtimers-move-lock-held-region-in-hrtimer_interrupt.patch timekeeping-provide-hrtimer-update-function.patch hrtimer-update-hrtimer-base-offsets-each-hrtimer_interrupt.patch timekeeping-add-missing-update-call-in-timekeeping_resume.patch +nfc-export-nfc.h-to-userland.patch