summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
diff options
context:
space:
mode:
authorMasahiro Yamada2019-05-15 00:46:54 +0200
committerLinus Torvalds2019-05-15 04:52:52 +0200
commitb09e89366e1730ac13088706cec0f1335299eefb (patch)
treebbdfb82dd8aa3aa114568358d68468f9fdee994b /include/asm-generic
parenttreewide: replace #include <asm/sizes.h> with #include <linux/sizes.h> (diff)
downloadkernel-qcow2-linux-b09e89366e1730ac13088706cec0f1335299eefb.tar.gz
kernel-qcow2-linux-b09e89366e1730ac13088706cec0f1335299eefb.tar.xz
kernel-qcow2-linux-b09e89366e1730ac13088706cec0f1335299eefb.zip
arch: remove <asm/sizes.h> and <asm-generic/sizes.h>
Now that all instances of #include <asm/sizes.h> have been replaced with #include <linux/sizes.h>, we can remove these. Link: http://lkml.kernel.org/r/1553267665-27228-2-git-send-email-yamada.masahiro@socionext.com Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-generic')
-rw-r--r--include/asm-generic/sizes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-generic/sizes.h b/include/asm-generic/sizes.h
deleted file mode 100644
index 1dcfad9629ef..000000000000
--- a/include/asm-generic/sizes.h
+++ /dev/null
@@ -1,2 +0,0 @@
-/* This is a placeholder, to be removed over time */
-#include <linux/sizes.h>