Skip to content

Commit

Permalink
nfc: st21nfca: Remove unneeded linux/miscdevice.h include
Browse files Browse the repository at this point in the history
drivers/nfc/st21nfca/i2c.c does not use any miscdevice, so this patch
remove this unnecessary inclusion.

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Corentin Labbe authored and Samuel Ortiz committed Apr 1, 2017
1 parent 17a0180 commit 52fdede
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/nfc/st21nfca/i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include <linux/of_irq.h>
#include <linux/of_gpio.h>
#include <linux/acpi.h>
#include <linux/miscdevice.h>
#include <linux/interrupt.h>
#include <linux/delay.h>
#include <linux/nfc.h>
Expand Down

0 comments on commit 52fdede

Please sign in to comment.