[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <e3c2ceb33568badbc62ebb0e2a11999a2181a489.1387387468.git.rashika.kheria@gmail.com>
Date: Thu, 19 Dec 2013 14:04:25 +0530
From: Rashika Kheria <rashika.kheria@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Rashika Kheria <rashika.kheria@...il.com>,
linux-pcmcia@...ts.infradead.org, josh@...htriplett.org
Subject: [PATCH 2/3] drivers: pcmcia: Include appropriate header file in
cs_internal.h
Include header file include/pcmcia/cistpl.h in cs_internal.h because
definition of variables 'cisdats_t', ‘cisparse_t’ and ‘tuple_t’ is
present in include/pcmcia/cistpl.h.
This eliminates the following errors in cs_internal.h:
drivers/pcmcia/cs_internal.h:164:9: error: unknown type name ‘cisdata_t’
drivers/pcmcia/cs_internal.h:171:25: error: unknown type name ‘cisparse_t’
drivers/pcmcia/cs_internal.h:172:28: error: unknown type name ‘tuple_t’
Signed-off-by: Rashika Kheria <rashika.kheria@...il.com>
Reviewed-by: Josh Triplett <josh@...htriplett.org>
---
drivers/pcmcia/cs_internal.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/pcmcia/cs_internal.h b/drivers/pcmcia/cs_internal.h
index 7f1953f..ce03389 100644
--- a/drivers/pcmcia/cs_internal.h
+++ b/drivers/pcmcia/cs_internal.h
@@ -22,6 +22,7 @@
#define _LINUX_CS_INTERNAL_H
#include <linux/kref.h>
+#include <pcmcia/cistpl.h>
/* Flags in client state */
#define CLIENT_WIN_REQ(i) (0x1<<(i))
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists