]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
ARM: S3C64XX: Fix typo in s3c-hsotg platform data
authorMaurus Cuelenaere <mcuelenaere@gmail.com>
Thu, 21 Jan 2010 00:37:28 +0000 (01:37 +0100)
committerBen Dooks <ben-linux@fluff.org>
Thu, 21 Jan 2010 04:55:16 +0000 (13:55 +0900)
ARM: S3C64XX: Fix typo in s3c-hsotg platform data

Signed-off-by: Maurus Cuelenaere <mcuelenaere@gmail.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/plat-samsung/include/plat/udc-hs.h

index dd04db043109075925c316f9b60041fc6f417d54..a22a4f2eea9440c45ebc362c243297d44df677e7 100644 (file)
@@ -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;
 };