The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Jan Höppner 72ddd53512 s390/dasd: Remove unused structs and function prototypes
There are structs that have never been used. There are also two function
prototypes which were forgotton in commit f9f8d02fae ("[S390] dasd:
revert LCU optimization").

Clean up and keep the header file tidy.

Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
Reviewed-by: Stefan Haberland <sth@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
2019-07-11 20:39:53 +02:00
Documentation s390 updates for the 5.3 merge window 2019-07-08 10:06:12 -07:00
LICENSES
arch s390 updates for the 5.3 merge window 2019-07-08 10:06:12 -07:00
block
certs
crypto
drivers s390/dasd: Remove unused structs and function prototypes 2019-07-11 20:39:53 +02:00
fs
include s390 updates for the 5.3 merge window 2019-07-08 10:06:12 -07:00
init
ipc
kernel s390 updates for the 5.3 merge window 2019-07-08 10:06:12 -07:00
lib s390 updates for the 5.3 merge window 2019-07-08 10:06:12 -07:00
mm arm64 updates for 5.3: 2019-07-08 09:54:55 -07:00
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS s390 updates for the 5.3 merge window 2019-07-08 10:06:12 -07:00
Makefile Linux 5.2 2019-07-07 15:41:56 -07:00
README

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.