]> Git Repo - linux.git/commit
Merge branch 'pci/sysfs'
authorBjorn Helgaas <[email protected]>
Tue, 12 Mar 2024 17:14:23 +0000 (12:14 -0500)
committerBjorn Helgaas <[email protected]>
Tue, 12 Mar 2024 17:14:23 +0000 (12:14 -0500)
commitb8de187056f10f31739cad3d7b66677415f79883
treed1af8073803863d345d3b3d79e1cfca884e6a5be
parent598b08b7752fe6b9de86333a8ec64997a5b5cff4
parentf6c73999837820f98519bf0146df44e58f20f89c
Merge branch 'pci/sysfs'

- Compile pci-sysfs.c only if CONFIG_SYSFS=y, which reduces kernel size by
  ~120KB when it's disabled (Lukas Wunner)

- Remove obsolete pci_cleanup_rom() declaration (Lukas Wunner)

- Rework pci_dev_resource_resize_attr(n) macros to call a function instead
  of duplicating most of the body, which saves about 2.5KB of text (Ilpo
  Järvinen)

* pci/sysfs:
  PCI/sysfs: Demacrofy pci_dev_resource_resize_attr(n) functions
  PCI: Remove obsolete pci_cleanup_rom() declaration
  PCI/sysfs: Compile pci-sysfs.c only if CONFIG_SYSFS=y

# Conflicts:
# drivers/pci/Makefile
drivers/pci/Makefile
drivers/pci/pci.h
drivers/pci/probe.c
This page took 0.055302 seconds and 4 git commands to generate.