ARM: S3C64XX: Fix typo in s3c-hsotg platform data
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>
This commit is contained in:
parent
46f2b478b2
commit
bd548e5ef2
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
* published by the Free Software Foundation.
|
* 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_NONE, /* do not use DMA at-all */
|
||||||
S3C_HSOTG_DMA_ONLY, /* always use DMA */
|
S3C_HSOTG_DMA_ONLY, /* always use DMA */
|
||||||
S3C_HSOTG_DMA_DRV, /* DMA is chosen by driver */
|
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
|
* @is_osc: The clock source is an oscillator, not a crystal
|
||||||
*/
|
*/
|
||||||
struct s3c_hsotg_plat {
|
struct s3c_hsotg_plat {
|
||||||
enum s3c_hostg_dmamode dma;
|
enum s3c_hsotg_dmamode dma;
|
||||||
unsigned int is_osc : 1;
|
unsigned int is_osc : 1;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue