kbuild: move compile.h to include/generated
[platform/kernel/linux-starfive.git] / arch / x86 / boot / version.c
index c61462f..4d88763 100644 (file)
@@ -9,14 +9,12 @@
  * ----------------------------------------------------------------------- */
 
 /*
- * arch/i386/boot/version.c
- *
  * Kernel version string
  */
 
 #include "boot.h"
 #include <linux/utsrelease.h>
-#include <linux/compile.h>
+#include <generated/compile.h>
 
 const char kernel_version[] =
        UTS_RELEASE " (" LINUX_COMPILE_BY "@" LINUX_COMPILE_HOST ") "