]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3bff1b7e72ce0c3caa9469c3a6b1b6cdf69a5f16
tree8e38c8d3ceffe43b178df93bb14b36f0b4d1dcec
parentd4f46b330cc523efd6fb99dfb35e4def34bd935c
riscv: move sifive_l2_cache.h to include/soc

The commit d642c2a3b7b6 ("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: d642c2a3b7b6 ("riscv: move sifive_l2_cache.c to drivers/soc")
Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
arch/riscv/include/asm/sifive_l2_cache.h [deleted file]
drivers/edac/sifive_edac.c
drivers/soc/sifive/sifive_l2_cache.c
include/soc/sifive/sifive_l2_cache.h [new file with mode: 0644]