From: Masahiro Yamada Date: Tue, 12 Feb 2019 23:36:06 +0000 (-0800) Subject: Rename include/{uapi => }/asm-generic/shmparam.h really X-Git-Tag: v5.0-rc7~25^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=76ce2a80a28ef5caa8cc0cd41ad04138fb7ffeed;p=thirdparty%2Flinux.git Rename include/{uapi => }/asm-generic/shmparam.h really Commit 36c0f7f0f899 ("arch: unexport asm/shmparam.h for all architectures") is different from the patch I submitted. My patch is this: https://lore.kernel.org/lkml/1546904307-11124-1-git-send-email-yamada.masahiro@socionext.com/T/#u The file renaming part: rename include/{uapi => }/asm-generic/shmparam.h (100%) was lost when it was picked up. I think it was an accident because Andrew did not say anything. Link: http://lkml.kernel.org/r/1549158277-24558-1-git-send-email-yamada.masahiro@socionext.com Fixes: 36c0f7f0f899 ("arch: unexport asm/shmparam.h for all architectures") Signed-off-by: Masahiro Yamada Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/uapi/asm-generic/shmparam.h b/include/asm-generic/shmparam.h similarity index 100% rename from include/uapi/asm-generic/shmparam.h rename to include/asm-generic/shmparam.h