From 54e2f9f2bcdedf1c0ffc2af1dca5f457544dd85b Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 22 Nov 2013 17:16:57 -0800 Subject: Remove a dependency on a device-kernel-specific header. This header isn't in uapi (or in the main linux kernel tree, or in the android linux kernel tree). Bug: 11559337 Change-Id: Iaf4c4c3d0fd4957f5cc16c6422873d94593bd501 --- Linux_x86/phDal4Nfc_i2c.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Linux_x86/phDal4Nfc_i2c.c b/Linux_x86/phDal4Nfc_i2c.c index 8b742d9..72edb22 100644 --- a/Linux_x86/phDal4Nfc_i2c.c +++ b/Linux_x86/phDal4Nfc_i2c.c @@ -41,8 +41,6 @@ #include #endif -#include - typedef struct { int nHandle; @@ -266,6 +264,7 @@ FUNCTION: phDal4Nfc_i2c_reset PURPOSE: Reset the PN544, using the VEN pin -----------------------------------------------------------------------------*/ +#define PN544_SET_PWR _IOW(0xe9, 0x01, unsigned int) int phDal4Nfc_i2c_reset(long level) { DAL_DEBUG("phDal4Nfc_i2c_reset, VEN level = %ld", level); -- cgit v1.2.3