summaryrefslogtreecommitdiff
path: root/drivers/staging/cw1200/cw1200_plat.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/cw1200/cw1200_plat.h')
-rw-r--r--drivers/staging/cw1200/cw1200_plat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/staging/cw1200/cw1200_plat.h b/drivers/staging/cw1200/cw1200_plat.h
index ed354de0edf..e79794f42a3 100644
--- a/drivers/staging/cw1200/cw1200_plat.h
+++ b/drivers/staging/cw1200/cw1200_plat.h
@@ -5,6 +5,9 @@
* License terms: GNU General Public License (GPL) version 2
*/
+#ifndef CW1200_PLAT_H_INCLUDED
+#define CW1200_PLAT_H_INCLUDED
+
#include <linux/ioport.h>
struct cw1200_platform_data {
@@ -17,3 +20,5 @@ struct cw1200_platform_data {
/* Declaration only. Should be implemented in arch/xxx/mach-yyy */
const struct cw1200_platform_data *cw1200_get_platform_data(void);
+
+#endif /* CW1200_PLAT_H_INCLUDED */