MIPS: Delete redundant definition of SMP_CACHE_BYTES.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 21 Mar 2017 21:40:43 +0000 (22:40 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 10 Apr 2017 09:56:08 +0000 (11:56 +0200)
commit294d62743754f1fefefccccb09f8deec48f00969
treeaad61bcf06c2940b5c747e8c85132f5ce0ef76fd
parent4437637c3277fa9aba4e443329b5db3b6d34eedf
MIPS: Delete redundant definition of SMP_CACHE_BYTES.

<linux/cache.h> already defines SMP_CACHE_BYTES as L1_CACHE_BYTES.

This change results in a build error in <asm/cpu-info.h> which directly
includes <asm/cache.h>.  Fix this by including <linux/cache.h> instead.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/cache.h
arch/mips/include/asm/cpu-info.h