]> Git Repo - J-linux.git/blob - arch/s390/boot/version.c
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / s390 / boot / version.c
1 // SPDX-License-Identifier: GPL-2.0
2 #include <generated/utsversion.h>
3 #include <generated/utsrelease.h>
4 #include <generated/compile.h>
5 #include "boot.h"
6
7 const char kernel_version[] = UTS_RELEASE
8         " (" LINUX_COMPILE_BY "@" LINUX_COMPILE_HOST ") " UTS_VERSION;
This page took 0.027133 seconds and 4 git commands to generate.