Skip to content

Commit 9edb4fd

Browse files
t-8chmasahir0y
authored andcommitted
init/version.c: remove #include <generated/utsrelease.h>
Commit 2df8220 ("kbuild: build init/built-in.a just once") moved the usage of the define UTS_RELEASE to the file version-timestamp.c. version-timestamp.c in turn is included from version.c but already includes utsrelease.h itself properly. The unneeded include of utsrelease.h from version.c can be dropped. Fixes: 2df8220 ("kbuild: build init/built-in.a just once") Signed-off-by: Thomas Weißschuh <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent bd328de commit 9edb4fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

init/version.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#include <linux/printk.h>
1616
#include <linux/uts.h>
1717
#include <linux/utsname.h>
18-
#include <generated/utsrelease.h>
1918
#include <linux/proc_ns.h>
2019

2120
static int __init early_hostname(char *arg)

0 commit comments

Comments
 (0)