riscv: move sifive_l2_cache.h to include/soc
authorYash Shah <yash.shah@sifive.com>
Wed, 8 Jan 2020 06:09:06 +0000 (22:09 -0800)
committerPaul Walmsley <paul.walmsley@sifive.com>
Sun, 12 Jan 2020 18:12:44 +0000 (10:12 -0800)
commit13cf4cf030183dd9a8731f3fe32456e83b6c7b68
tree8e38c8d3ceffe43b178df93bb14b36f0b4d1dcec
parentc79f46a282390e0f5b306007bf7b11a46d529538
riscv: move sifive_l2_cache.h to include/soc

The commit 9209fb51896f ("riscv: move sifive_l2_cache.c to drivers/soc")
moves the sifive L2 cache driver to driver/soc. It did not move the
header file along with the driver. Therefore this patch moves the header
file to driver/soc

Signed-off-by: Yash Shah <yash.shah@sifive.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
[paul.walmsley@sifive.com: updated to fix the include guard]
Fixes: 9209fb51896f ("riscv: move sifive_l2_cache.c to drivers/soc")
Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
drivers/edac/sifive_edac.c
drivers/soc/sifive/sifive_l2_cache.c
include/soc/sifive/sifive_l2_cache.h [moved from arch/riscv/include/asm/sifive_l2_cache.h with 72% similarity]