diff options
| author | 2021-06-14 10:16:40 +0200 | |
|---|---|---|
| committer | 2021-06-14 12:57:40 -0700 | |
| commit | ea99750e401972c896d2212ea9244d903b8fbf73 (patch) | |
| tree | 04fe040a3f10a35201e069bc177cbafcc480c9cb | |
| parent | ibmvnic: fix send_request_map incompatible argument (diff) | |
| download | linux-dev-ea99750e401972c896d2212ea9244d903b8fbf73.tar.xz linux-dev-ea99750e401972c896d2212ea9244d903b8fbf73.zip | |
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>
| -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 |
