diff options
| author | Linus Walleij <[email protected]> | 2018-12-12 09:19:50 +0000 |
|---|---|---|
| committer | Johannes Berg <[email protected]> | 2018-12-18 12:13:56 +0000 |
| commit | 3e8bf5234e4e23b66e49da636dc2ab165c8c91a0 (patch) | |
| tree | 602ec7e739583a6a4865a06974842763240a98fe | |
| parent | mac80211_hwsim: fix overwriting of if_combination (diff) | |
| download | kernel-3e8bf5234e4e23b66e49da636dc2ab165c8c91a0.tar.gz kernel-3e8bf5234e4e23b66e49da636dc2ab165c8c91a0.zip | |
rfkill: gpio: Remove unused include
The legacy <linux/gpio.h> header is no longer in use by the
rfkill driver, so drop this include.
Signed-off-by: Linus Walleij <[email protected]>
Signed-off-by: Johannes Berg <[email protected]>
| -rw-r--r-- | net/rfkill/rfkill-gpio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/rfkill/rfkill-gpio.c b/net/rfkill/rfkill-gpio.c index 0f8465852254..41a5cd4b5c0e 100644 --- a/net/rfkill/rfkill-gpio.c +++ b/net/rfkill/rfkill-gpio.c @@ -16,7 +16,6 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include <linux/gpio.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/module.h> |
