repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
arm64: dts: Revert "specify console via command line"
[linux/fpc-iii.git]
/
arch
/
s390
/
boot
/
version.c
blob
d32e58bdda6ad2c7c15c8f104a4234f99eefb77b
1
// SPDX-License-Identifier: GPL-2.0
2
#include <generated/utsrelease.h>
3
#include <generated/compile.h>
4
#include
"boot.h"
5
6
const char
kernel_version
[] =
UTS_RELEASE
7
" ("
LINUX_COMPILE_BY
"@"
LINUX_COMPILE_HOST
") "
UTS_VERSION
;