diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-05-14 18:46:54 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-05-14 22:52:52 -0400 |
commit | b09e89366e1730ac13088706cec0f1335299eefb (patch) | |
tree | bbdfb82dd8aa3aa114568358d68468f9fdee994b | |
parent | 87dfb311b707cd4c4b666c9af0fa15acbe6eee99 (diff) |
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>
-rw-r--r-- | arch/arm/include/asm/Kbuild | 1 | ||||
-rw-r--r-- | arch/arm64/include/asm/Kbuild | 1 | ||||
-rw-r--r-- | arch/h8300/include/asm/Kbuild | 1 | ||||
-rw-r--r-- | arch/hexagon/include/asm/Kbuild | 1 | ||||
-rw-r--r-- | arch/nds32/include/asm/Kbuild | 1 | ||||
-rw-r--r-- | arch/sh/include/asm/Kbuild | 1 | ||||
-rw-r--r-- | arch/unicore32/include/asm/Kbuild | 1 | ||||
-rw-r--r-- | include/asm-generic/sizes.h | 2 |
8 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/include/asm/Kbuild b/arch/arm/include/asm/Kbuild index 41deac2451af..0b2ecc98e086 100644 --- a/arch/arm/include/asm/Kbuild +++ b/arch/arm/include/asm/Kbuild | |||
@@ -17,7 +17,6 @@ generic-y += seccomp.h | |||
17 | generic-y += segment.h | 17 | generic-y += segment.h |
18 | generic-y += serial.h | 18 | generic-y += serial.h |
19 | generic-y += simd.h | 19 | generic-y += simd.h |
20 | generic-y += sizes.h | ||
21 | generic-y += trace_clock.h | 20 | generic-y += trace_clock.h |
22 | 21 | ||
23 | generated-y += mach-types.h | 22 | generated-y += mach-types.h |
diff --git a/arch/arm64/include/asm/Kbuild b/arch/arm64/include/asm/Kbuild index eb0df239a759..9e977dedf193 100644 --- a/arch/arm64/include/asm/Kbuild +++ b/arch/arm64/include/asm/Kbuild | |||
@@ -20,7 +20,6 @@ generic-y += qspinlock.h | |||
20 | generic-y += segment.h | 20 | generic-y += segment.h |
21 | generic-y += serial.h | 21 | generic-y += serial.h |
22 | generic-y += set_memory.h | 22 | generic-y += set_memory.h |
23 | generic-y += sizes.h | ||
24 | generic-y += switch_to.h | 23 | generic-y += switch_to.h |
25 | generic-y += trace_clock.h | 24 | generic-y += trace_clock.h |
26 | generic-y += unaligned.h | 25 | generic-y += unaligned.h |
diff --git a/arch/h8300/include/asm/Kbuild b/arch/h8300/include/asm/Kbuild index 123d8f54be4a..f2e22058e488 100644 --- a/arch/h8300/include/asm/Kbuild +++ b/arch/h8300/include/asm/Kbuild | |||
@@ -42,7 +42,6 @@ generic-y += scatterlist.h | |||
42 | generic-y += sections.h | 42 | generic-y += sections.h |
43 | generic-y += serial.h | 43 | generic-y += serial.h |
44 | generic-y += shmparam.h | 44 | generic-y += shmparam.h |
45 | generic-y += sizes.h | ||
46 | generic-y += spinlock.h | 45 | generic-y += spinlock.h |
47 | generic-y += timex.h | 46 | generic-y += timex.h |
48 | generic-y += tlbflush.h | 47 | generic-y += tlbflush.h |
diff --git a/arch/hexagon/include/asm/Kbuild b/arch/hexagon/include/asm/Kbuild index 6234a303d2a3..4a3d72f76ea2 100644 --- a/arch/hexagon/include/asm/Kbuild +++ b/arch/hexagon/include/asm/Kbuild | |||
@@ -32,7 +32,6 @@ generic-y += sections.h | |||
32 | generic-y += segment.h | 32 | generic-y += segment.h |
33 | generic-y += serial.h | 33 | generic-y += serial.h |
34 | generic-y += shmparam.h | 34 | generic-y += shmparam.h |
35 | generic-y += sizes.h | ||
36 | generic-y += topology.h | 35 | generic-y += topology.h |
37 | generic-y += trace_clock.h | 36 | generic-y += trace_clock.h |
38 | generic-y += unaligned.h | 37 | generic-y += unaligned.h |
diff --git a/arch/nds32/include/asm/Kbuild b/arch/nds32/include/asm/Kbuild index 688b6ed26227..f67a327777b5 100644 --- a/arch/nds32/include/asm/Kbuild +++ b/arch/nds32/include/asm/Kbuild | |||
@@ -39,7 +39,6 @@ generic-y += preempt.h | |||
39 | generic-y += sections.h | 39 | generic-y += sections.h |
40 | generic-y += segment.h | 40 | generic-y += segment.h |
41 | generic-y += serial.h | 41 | generic-y += serial.h |
42 | generic-y += sizes.h | ||
43 | generic-y += switch_to.h | 42 | generic-y += switch_to.h |
44 | generic-y += timex.h | 43 | generic-y += timex.h |
45 | generic-y += topology.h | 44 | generic-y += topology.h |
diff --git a/arch/sh/include/asm/Kbuild b/arch/sh/include/asm/Kbuild index 73fff39a0122..51a54df22c11 100644 --- a/arch/sh/include/asm/Kbuild +++ b/arch/sh/include/asm/Kbuild | |||
@@ -18,6 +18,5 @@ generic-y += parport.h | |||
18 | generic-y += percpu.h | 18 | generic-y += percpu.h |
19 | generic-y += preempt.h | 19 | generic-y += preempt.h |
20 | generic-y += serial.h | 20 | generic-y += serial.h |
21 | generic-y += sizes.h | ||
22 | generic-y += trace_clock.h | 21 | generic-y += trace_clock.h |
23 | generic-y += xor.h | 22 | generic-y += xor.h |
diff --git a/arch/unicore32/include/asm/Kbuild b/arch/unicore32/include/asm/Kbuild index b301a0b3c0b2..c93dc6478cb2 100644 --- a/arch/unicore32/include/asm/Kbuild +++ b/arch/unicore32/include/asm/Kbuild | |||
@@ -31,7 +31,6 @@ generic-y += sections.h | |||
31 | generic-y += segment.h | 31 | generic-y += segment.h |
32 | generic-y += serial.h | 32 | generic-y += serial.h |
33 | generic-y += shmparam.h | 33 | generic-y += shmparam.h |
34 | generic-y += sizes.h | ||
35 | generic-y += syscalls.h | 34 | generic-y += syscalls.h |
36 | generic-y += topology.h | 35 | generic-y += topology.h |
37 | generic-y += trace_clock.h | 36 | generic-y += trace_clock.h |
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 @@ | |||
1 | /* This is a placeholder, to be removed over time */ | ||
2 | #include <linux/sizes.h> | ||