From: David Drysdale Date: Tue, 9 Sep 2014 21:50:57 +0000 (-0700) Subject: shm: add memfd.h to UAPI export list X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b01d072065b6f36550f486fe77f05b092225ba1b;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git shm: add memfd.h to UAPI export list The new header file memfd.h from commit 9183df25fe7b ("shm: add memfd_create() syscall") should be exported. Signed-off-by: David Drysdale Reviewed-by: David Herrmann Cc: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index 24e9033f8b3f..939df6973102 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild @@ -240,6 +240,7 @@ header-y += matroxfb.h header-y += mdio.h header-y += media.h header-y += mei.h +header-y += memfd.h header-y += mempolicy.h header-y += meye.h header-y += mic_common.h