diff --git a/Makefile b/Makefile index db2bc432b944a553437317131370d122572aeeba..af6e5f893d56eaa4170414ba29655f832765b583 100644 --- a/Makefile +++ b/Makefile @@ -773,9 +773,6 @@ KBUILD_CFLAGS += $(call cc-option,-Werror=strict-prototypes) # Prohibit date/time macros, which would make the build non-deterministic KBUILD_CFLAGS += $(call cc-option,-Werror=date-time) -# enforce correct pointer usage -KBUILD_CFLAGS += $(call cc-option,-Werror=incompatible-pointer-types) - # use the deterministic mode of AR if available KBUILD_ARFLAGS := $(call ar-option,D)