Linux kernel source tree
Go to file
Dr. David Alan Gilbert 2f3fd91b9e mcb: remove unused struct 'mcb_parse_priv'
'mcb_parse_priv' has been unused since the initial
commit 3764e82e51 ("drivers: Introduce MEN Chameleon Bus").

Remove it.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Johannes Thumshirn <jth@kernel.org>
Link: https://lore.kernel.org/r/20240624090104.12871-2-jth@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-07-03 16:41:48 +02:00
arch x86-32: fix cmpxchg8b_emu build error with clang 2024-06-30 09:21:29 -07:00
block
certs
crypto
Documentation Counter updates for 6.11 2024-07-03 15:49:51 +02:00
drivers mcb: remove unused struct 'mcb_parse_priv' 2024-07-03 16:41:48 +02:00
fs Bug fixes for 6.10-rc6: 2024-06-29 09:21:40 -07:00
include 1-Wire bus drivers for v6.11 2024-07-03 15:49:05 +02:00
init
io_uring
ipc
kernel TTY/Serial/Console fixes for 6.10-rc6 2024-06-30 08:57:43 -07:00
lib Merge 6.10-rc6 into char-misc-next 2024-07-01 13:55:39 +02:00
LICENSES
mm
net NFS client bugfixes for Linux 6.10 2024-06-29 13:48:24 -07:00
rust
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge 6.10-rc6 into char-misc-next 2024-07-01 13:55:39 +02:00
Makefile Linux 6.10-rc6 2024-06-30 14:40:44 -07:00
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 reStructuredText 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.