linux/drivers/pnp
Andy Shevchenko edcde848c0 PNP: Hide pnp_bus_type from the non-PNP code
The pnp_bus_type is defined only when CONFIG_PNP=y, while being
not guarded by ifdeffery in the header. Moreover, it's not used
outside of the PNP code. Move it to the internal header to make
sure no-one will try to (ab)use it.

Signed-off-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2024-05-28 21:53:51 +02:00
..
isapnp PNP: add HAS_IOPORT dependencies 2024-04-22 18:30:39 +02:00
pnpacpi PNP: ACPI: fix fortify warning 2023-12-06 21:02:27 +01:00
pnpbios x86/asm: Replace magic numbers in GDT descriptors, script-generated change 2023-12-20 10:57:38 +01:00
base.h PNP: Hide pnp_bus_type from the non-PNP code 2024-05-28 21:53:51 +02:00
card.c
core.c
driver.c PNP: Make dev_is_pnp() to be a function and export it for modules 2024-05-28 21:53:51 +02:00
interface.c
Kconfig
Makefile
manager.c
quirks.c PCI: Introduce pci_dev_for_each_resource() 2023-04-04 10:43:52 -05:00
resource.c
support.c
system.c