]> 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)
commit31f004a7a63aaf7a1e5747e6964f7628be28c97a
tree8e38c8d3ceffe43b178df93bb14b36f0b4d1dcec
parentcdc2320cbb59dea44aae73acf1819cf7501d06d3
riscv: move sifive_l2_cache.h to include/soc

The commit c45a527d6c42 ("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: c45a527d6c42 ("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]