From f2491a8ddd5a7c42709162ebae5979e2d1c92e84 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Thu, 21 Jan 2010 01:37:28 +0100 Subject: [PATCH] --- yaml --- r: 187410 b: refs/heads/master c: bd548e5ef21ac2ff18b262a905543d7a2340fb87 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/plat-samsung/include/plat/udc-hs.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 18d84b0cb78c..a3df288348b9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 46f2b478b21bdb5bb588317c971a77df13702660 +refs/heads/master: bd548e5ef21ac2ff18b262a905543d7a2340fb87 diff --git a/trunk/arch/arm/plat-samsung/include/plat/udc-hs.h b/trunk/arch/arm/plat-samsung/include/plat/udc-hs.h index dd04db043109..a22a4f2eea94 100644 --- a/trunk/arch/arm/plat-samsung/include/plat/udc-hs.h +++ b/trunk/arch/arm/plat-samsung/include/plat/udc-hs.h @@ -12,7 +12,7 @@ * published by the Free Software Foundation. */ -enum s3c_hostg_dmamode { +enum s3c_hsotg_dmamode { S3C_HSOTG_DMA_NONE, /* do not use DMA at-all */ S3C_HSOTG_DMA_ONLY, /* always use DMA */ S3C_HSOTG_DMA_DRV, /* DMA is chosen by driver */ @@ -24,6 +24,6 @@ enum s3c_hostg_dmamode { * @is_osc: The clock source is an oscillator, not a crystal */ struct s3c_hsotg_plat { - enum s3c_hostg_dmamode dma; + enum s3c_hsotg_dmamode dma; unsigned int is_osc : 1; };