aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-mc
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-03-01 17:27:50 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-03-01 17:27:50 +0100
commit0540bccdb5afe856958ed57b20e8e9a75ff9c3b7 (patch)
treecda131c6de72a03c206d6d037970ac5b1234efe7 /drivers/staging/fsl-mc
parentstaging: fsl-mc/dpio: Fix incorrect casts (diff)
downloadlinux-dev-0540bccdb5afe856958ed57b20e8e9a75ff9c3b7.tar.xz
linux-dev-0540bccdb5afe856958ed57b20e8e9a75ff9c3b7.zip
staging: fsl-mc: dpio: remove foolish -Werror Makefile addtion
With the zillion different compilers out there, never use -Werror, otherwise your code will end up breaking the build for odd reasons. Like now, if this driver is enabled, it breaks the build due to a function that could be marked static. So it's obvious no one is even paying attention to this driver :( Cc: Ioana Radulescu <ruxandra.radulescu@nxp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fsl-mc')
-rw-r--r--drivers/staging/fsl-mc/bus/dpio/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/fsl-mc/bus/dpio/Makefile b/drivers/staging/fsl-mc/bus/dpio/Makefile
index 53ba84d7b884..b9ff24c76582 100644
--- a/drivers/staging/fsl-mc/bus/dpio/Makefile
+++ b/drivers/staging/fsl-mc/bus/dpio/Makefile
@@ -3,8 +3,6 @@
# QorIQ DPAA2 DPIO driver
#
-subdir-ccflags-y := -Werror
-
obj-$(CONFIG_FSL_MC_DPIO) += fsl-mc-dpio.o
fsl-mc-dpio-objs := dpio.o qbman-portal.o dpio-service.o dpio-driver.o