aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorLukasz Majewski <l.majewski@samsung.com>2012-05-09 07:16:53 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-05-09 18:24:40 -0400
commit126625e1bf3228a3db7359310344617bee878517 (patch)
tree0fdeb1ecfe1f9b2d0d94b9763b8d2e7c8838c760 /drivers
parent07e4e556eff4938eb2edf2591de3aa7d7fb82b52 (diff)
usb:hsotg:samsung:cosmetic Move <linux/platform_data/s3c-hsotg.h> to proper place
This commit adds a cosmetic change to the s3c-hsotg UDC driver. It moves s3c-hsotg.h to other linux/ related inclusions. Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/gadget/s3c-hsotg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/s3c-hsotg.c b/drivers/usb/gadget/s3c-hsotg.c
index 5061a2fe9620..f4abb0ed9872 100644
--- a/drivers/usb/gadget/s3c-hsotg.c
+++ b/drivers/usb/gadget/s3c-hsotg.c
@@ -32,11 +32,11 @@
32 32
33#include <linux/usb/ch9.h> 33#include <linux/usb/ch9.h>
34#include <linux/usb/gadget.h> 34#include <linux/usb/gadget.h>
35#include <linux/platform_data/s3c-hsotg.h>
35 36
36#include <mach/map.h> 37#include <mach/map.h>
37 38
38#include "s3c-hsotg.h" 39#include "s3c-hsotg.h"
39#include <linux/platform_data/s3c-hsotg.h>
40 40
41#define DMA_ADDR_INVALID (~((dma_addr_t)0)) 41#define DMA_ADDR_INVALID (~((dma_addr_t)0))
42 42