s390/pci: Drop unneeded reference to CONFIG_DMI
authorJean Delvare <jdelvare@suse.de>
Tue, 23 Apr 2024 14:27:24 +0000 (16:27 +0200)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Mon, 29 Apr 2024 15:33:30 +0000 (17:33 +0200)
commit9679fec2cad447d70f32142c194f2d1c8544717c
treee387678ccbee9a30d96feea4b25efd02baf77c8c
parentfe742c08f3d930d62647412f602d2b4a211a0a39
s390/pci: Drop unneeded reference to CONFIG_DMI

The S/390 architecture doesn't support SMBIOS, so CONFIG_DMI will
never be defined there. So we can simply omit these preprocessing
directives and speed up the build a bit.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Niklas Schnelle <schnelle@linux.ibm.com>
Cc: Gerald Schaefer <gerald.schaefer@linux.ibm.com>
Acked-by: Niklas Schnelle <schnelle@linux.ibm.com>
Link: https://lore.kernel.org/r/20240423162724.3966265a@endymion.delvare
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/pci/pci_sysfs.c