Return-path: Received: from s3.sipsolutions.net ([5.9.151.49]:40851 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932166AbaKSURc (ORCPT ); Wed, 19 Nov 2014 15:17:32 -0500 From: Johannes Berg To: linux-wireless@vger.kernel.org, Lauro Ramos Venancio , Samuel Ortiz , Aloisio Almeida Jr Cc: Johannes Berg Subject: [PATCH] nfc drivers: don't include linux/unaligned/access_ok.h Date: Wed, 19 Nov 2014 21:17:22 +0100 Message-Id: <1416428242-9942-1-git-send-email-johannes@sipsolutions.net> (sfid-20141119_211747_436533_EB111305) Sender: linux-wireless-owner@vger.kernel.org List-ID: From: Johannes Berg This is a specific implementation, is the multiplexer that has the arch-specific knowledge of which of the implementations needs to be used, so include that. Signed-off-by: Johannes Berg --- drivers/nfc/pn544/i2c.c | 2 +- drivers/nfc/st21nfca/i2c.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/nfc/pn544/i2c.c b/drivers/nfc/pn544/i2c.c index 440291ab7263..fc02e8d6a193 100644 --- a/drivers/nfc/pn544/i2c.c +++ b/drivers/nfc/pn544/i2c.c @@ -29,8 +29,8 @@ #include #include #include -#include #include +#include #include #include diff --git a/drivers/nfc/st21nfca/i2c.c b/drivers/nfc/st21nfca/i2c.c index 0ea756b77519..ff6dacb4d482 100644 --- a/drivers/nfc/st21nfca/i2c.c +++ b/drivers/nfc/st21nfca/i2c.c @@ -28,8 +28,8 @@ #include #include #include -#include #include +#include #include #include -- 2.1.1