From: Christophe Ricard Date: Thu, 24 Apr 2014 21:19:30 +0000 (+0200) Subject: NFC: st21nfca: Remove few useless include X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0bb8a622d6b47e4dde9ec877029f9e64a997c57f;p=linux-beck.git NFC: st21nfca: Remove few useless include Remove unneeded includes from i2c.c Signed-off-by: Christophe Ricard Signed-off-by: Samuel Ortiz --- diff --git a/drivers/nfc/st21nfca/st21nfca.c b/drivers/nfc/st21nfca/st21nfca.c index d001e6afdb8c..201a3eacbc9d 100644 --- a/drivers/nfc/st21nfca/st21nfca.c +++ b/drivers/nfc/st21nfca/st21nfca.c @@ -16,23 +16,12 @@ * along with this program; if not, see . */ -#include #include -#include -#include -#include -#include -#include -#include - #include #include #include -#include - #include "st21nfca.h" -#include #define DRIVER_DESC "HCI NFC driver for ST21NFCA"