Skip to content

Commit

Permalink
rfkill: gpio: Remove unused include
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
linusw authored and jmberg-intel committed Dec 18, 2018
1 parent 68406a9 commit 3e8bf52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/rfkill/rfkill-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3e8bf52

Please sign in to comment.