https://github.com/torvalds/linux
Revision b61494d0f82e7298ddef7b1ced0946ccdc1c7d88 authored by Raag Jadav on 15 February 2023, 12:00:04 UTC, committed by Andy Shevchenko on 15 February 2023, 13:30:47 UTC
Remove acpi_device declaration, as it is no longer needed.

Signed-off-by: Raag Jadav <raag.jadav@intel.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
1 parent ceaa837
Raw File
Tip revision: b61494d0f82e7298ddef7b1ced0946ccdc1c7d88 authored by Raag Jadav on 15 February 2023, 12:00:04 UTC
gpiolib: acpi: remove redundant declaration
Tip revision: b61494d
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.
back to top