VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Will Deacon <will.deacon@arm.com> 2017-10-24 11:22:46 +0100 committer: Ingo Molnar <mingo@kernel.org> 2017-10-24 13:17:32 +0200 commit: d15155824c5014803d91b829736d249c500bdda6 parent: 9babb091e0ec84f7503fde0a2d9a2a16a0f48e3c
Commit Summary:
linux/compiler.h: Split into compiler.h and compiler_types.h
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/arch/um/include/shared/init.h b/arch/um/include/shared/init.h
index 233e2593eee0..094e96ce653b 100644
--- a/arch/um/include/shared/init.h
+++ b/arch/um/include/shared/init.h
@@ -40,7 +40,7 @@
 typedef int (*initcall_t)(void);
 typedef void (*exitcall_t)(void);
 
-#include <linux/compiler.h>
+#include <linux/compiler_types.h>
 
 /* These are for everybody (although not all archs will actually
    discard it in modules) */