From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965099AbeB1XdH (ORCPT ); Wed, 28 Feb 2018 18:33:07 -0500 Received: from mail-ot0-f195.google.com ([74.125.82.195]:39612 "EHLO mail-ot0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965067AbeB1XdB (ORCPT ); Wed, 28 Feb 2018 18:33:01 -0500 X-Google-Smtp-Source: AG47ELtXvfxDYHuG7sgSRV2iidzHrfQYzT+E2FxiqjU8b7XNuY365v7/z6KO9BilSF61+P91V3t/4Q== From: Rob Herring To: Masahiro Yamada , Frank Rowand Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 3/6] scripts: re-enable some now fixed dtc warnings Date: Wed, 28 Feb 2018 17:32:46 -0600 Message-Id: <20180228233249.26281-4-robh@kernel.org> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20180228233249.26281-1-robh@kernel.org> References: <20180228233249.26281-1-robh@kernel.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- scripts/Makefile.lib | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index 6aeb91524c76..10906c1d7715 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib @@ -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 -- 2.14.1