riscv: lib: Include hwcap.h directly
[linux-block.git] / arch / riscv / lib / strlen.S
index 15bb8f3aa959e017952fe6febc92e8eff3e12886..db3d42d99b78a475f5a49cc1d8b6db1077f7df11 100644 (file)
@@ -2,9 +2,8 @@
 
 #include <linux/linkage.h>
 #include <asm/asm.h>
-#include <asm-generic/export.h>
 #include <asm/alternative-macros.h>
-#include <asm/errata_list.h>
+#include <asm/hwcap.h>
 
 /* int strlen(const char *s) */
 SYM_FUNC_START(strlen)