]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
scripts: re-enable some now fixed dtc warnings
authorRob Herring <robh@kernel.org>
Wed, 28 Feb 2018 23:03:47 +0000 (17:03 -0600)
committerRob Herring <robh@kernel.org>
Thu, 1 Mar 2018 18:02:48 +0000 (12:02 -0600)
We can re-enable some dtc warnings that have been completely or mostly
fixed. There are a few remaining ones in arm64 dts files which crept in
recently.

Signed-off-by: Rob Herring <robh@kernel.org>
scripts/Makefile.lib

index 6aeb91524c763f256598f72d5517bd01ba36ed47..10906c1d77153341ba83ae2695ec5799fcaf4842 100644 (file)
@@ -276,10 +276,7 @@ DTC ?= $(objtree)/scripts/dtc/dtc
 # Disable noisy checks by default
 ifeq ($(findstring 1,$(KBUILD_ENABLE_EXTRA_GCC_CHECKS)),)
 DTC_FLAGS += -Wno-unit_address_vs_reg \
-       -Wno-simple_bus_reg \
        -Wno-unit_address_format \
-       -Wno-pci_bridge \
-       -Wno-pci_device_bus_num \
        -Wno-pci_device_reg
 endif