diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-07-31 17:45:07 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2018-08-06 11:21:15 +0200 |
commit | 4e54acb2022099e41231271b5a8ec58ca8ac2d86 (patch) | |
tree | 07e0a971ae9a4ed39a9c8689cd529962ad99cfe4 /drivers/net/ieee802154/Makefile | |
parent | net: mac802154: tx: expand tailroom if necessary (diff) | |
download | linux-4e54acb2022099e41231271b5a8ec58ca8ac2d86.tar.xz linux-4e54acb2022099e41231271b5a8ec58ca8ac2d86.zip |
net: ieee802154: 6lowpan: remove redundant pointers 'fq' and 'net'
Pointers fq and net are being assigned but are never used hence they
are redundant and can be removed.
Cleans up clang warnings:
warning: variable 'fq' set but not used [-Wunused-but-set-variable]
warning: variable 'net' set but not used [-Wunused-but-set-variable]
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Diffstat (limited to 'drivers/net/ieee802154/Makefile')
0 files changed, 0 insertions, 0 deletions