Skip to content

Commit 1ee7943

Browse files
committed
kbuild: Enable dtc 'pci_device_reg' warning by default
There's only a couple of instances of the 'pci_device_reg' warnings left and they look legit, so let's enable the warning by default. Cc: Heiko Stuebner <[email protected]> Cc: Nicolas Saenz Julienne <[email protected]> Cc: [email protected] Signed-off-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected]/
1 parent cc8c996 commit 1ee7943

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/Makefile.lib

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,7 @@ DTC_FLAGS += -Wno-unit_address_vs_reg \
309309
-Wno-alias_paths \
310310
-Wno-graph_child_address \
311311
-Wno-simple_bus_reg \
312-
-Wno-unique_unit_address \
313-
-Wno-pci_device_reg
312+
-Wno-unique_unit_address
314313
endif
315314

316315
ifneq ($(findstring 2,$(KBUILD_EXTRA_WARN)),)

0 commit comments

Comments
 (0)