diff options
author | Loic Poulain <loic.poulain@linaro.org> | 2021-06-14 10:16:40 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-06-14 12:57:40 -0700 |
commit | ea99750e401972c896d2212ea9244d903b8fbf73 (patch) | |
tree | 04fe040a3f10a35201e069bc177cbafcc480c9cb /drivers/net/wwan | |
parent | 673ead2431e205ba9e9ccd6059532564ab83eb0a (diff) |
net: wwan: iosm: Remove DEBUG flag
Author forgot to remove that flag.
Fixes: f7af616c632e ("net: iosm: infrastructure")
Reported-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wwan')
-rw-r--r-- | drivers/net/wwan/iosm/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wwan/iosm/Makefile b/drivers/net/wwan/iosm/Makefile index cdeeb9357af6..4f9f0ae398e1 100644 --- a/drivers/net/wwan/iosm/Makefile +++ b/drivers/net/wwan/iosm/Makefile @@ -21,6 +21,3 @@ iosm-y = \ iosm_ipc_mux_codec.o obj-$(CONFIG_IOSM) := iosm.o - -# compilation flags -ccflags-y += -DDEBUG |