Message ID | 20210913192816.1225025-9-robh@kernel.org |
---|---|
State | Accepted |
Commit | 9ae54ce551e9661e7dfd7b8b3d32913162208f40 |
Headers | show |
Series | Arm boards syscon 'unit_address_format' clean-ups | expand |
On Mon, Sep 13, 2021 at 12:28 PM Rob Herring <robh@kernel.org> wrote: > > With all the 'unit_address_format' warnings fixed, enable the warning by > default. > > Cc: Michal Marek <michal.lkml@markovi.net> > Cc: Nick Desaulniers <ndesaulniers@google.com> > Cc: linux-kbuild@vger.kernel.org > Acked-by: Masahiro Yamada <masahiroy@kernel.org> > Signed-off-by: Rob Herring <robh@kernel.org> Acked-by: Nick Desaulniers <ndesaulniers@google.com> > --- > scripts/Makefile.lib | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib > index 54582673fc1a..56d50eb0cd80 100644 > --- a/scripts/Makefile.lib > +++ b/scripts/Makefile.lib > @@ -310,7 +310,6 @@ DTC_FLAGS += -Wno-interrupt_provider > # Disable noisy checks by default > ifeq ($(findstring 1,$(KBUILD_EXTRA_WARN)),) > DTC_FLAGS += -Wno-unit_address_vs_reg \ > - -Wno-unit_address_format \ > -Wno-avoid_unnecessary_addr_size \ > -Wno-alias_paths \ > -Wno-graph_child_address \ > -- > 2.30.2 >
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index 54582673fc1a..56d50eb0cd80 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib @@ -310,7 +310,6 @@ DTC_FLAGS += -Wno-interrupt_provider # Disable noisy checks by default ifeq ($(findstring 1,$(KBUILD_EXTRA_WARN)),) DTC_FLAGS += -Wno-unit_address_vs_reg \ - -Wno-unit_address_format \ -Wno-avoid_unnecessary_addr_size \ -Wno-alias_paths \ -Wno-graph_child_address \