From 4a7003511a2206399e4aed12ec74677165294763 Mon Sep 17 00:00:00 2001 From: Sachin Kamat Date: Tue, 17 Jul 2012 16:37:45 +0530 Subject: [PATCH] --- yaml --- r: 317067 b: refs/heads/master c: 66177cc10295ffdfc613c06f59b07a577d91ee82 h: refs/heads/master i: 317065: 6c6d5209e7a07fef8638f3010d3509654f64b260 317063: fbaee8e9953bca3952c7776ee640bf661a290713 v: v3 --- [refs] | 2 +- trunk/include/linux/platform_data/s3c-hsotg.h | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 2ef1fefa34db..5fc902256bb6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fd81d59c90d38661e4891ee2f4c9b7c051e93022 +refs/heads/master: 66177cc10295ffdfc613c06f59b07a577d91ee82 diff --git a/trunk/include/linux/platform_data/s3c-hsotg.h b/trunk/include/linux/platform_data/s3c-hsotg.h index 97ec12c2ded4..8b79e0967f9c 100644 --- a/trunk/include/linux/platform_data/s3c-hsotg.h +++ b/trunk/include/linux/platform_data/s3c-hsotg.h @@ -12,6 +12,9 @@ * published by the Free Software Foundation. */ +#ifndef __LINUX_USB_S3C_HSOTG_H +#define __LINUX_USB_S3C_HSOTG_H + enum s3c_hsotg_dmamode { S3C_HSOTG_DMA_NONE, /* do not use DMA at-all */ S3C_HSOTG_DMA_ONLY, /* always use DMA */ @@ -33,3 +36,5 @@ struct s3c_hsotg_plat { }; extern void s3c_hsotg_set_platdata(struct s3c_hsotg_plat *pd); + +#endif /* __LINUX_USB_S3C_HSOTG_H */