]> Git Repo - linux.git/blob - arch/s390/boot/version.c
md/raid1: only allocate write behind bio for WriteMostly device
[linux.git] / arch / s390 / boot / version.c
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;
This page took 0.031595 seconds and 4 git commands to generate.