From ab4d4ec6fffe66fe026b405201f590522101b5e3 Mon Sep 17 00:00:00 2001 From: ripee Date: Tue, 28 Jan 2020 23:17:27 +0100 Subject: [PATCH] shm: add memfd.h to export list The new header file memfd.h from commit 9183df25fe7b ("shm: add memfd_create() syscall") should be exported. Change-Id: I07ea7ae25765ece11180c0dcaed749918bf03a11 Signed-off-by: David Drysdale Reviewed-by: David Herrmann Cc: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- include/linux/Kbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/Kbuild b/include/linux/Kbuild index eb71c8a5749b..83fdb89bcec7 100755 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -1,3 +1,4 @@ header-y += if_pppolac.h header-y += if_pppopns.h header-y += tima/ +header-y += memfd.h