mod sdmmc
author柯飞雄 <kfx@rock-chips.com>
Thu, 27 May 2010 09:53:41 +0000 (09:53 +0000)
committer黄涛 <huangtao@rock-chips.com>
Mon, 21 Jun 2010 05:35:18 +0000 (13:35 +0800)
arch/arm/mach-rk2818/include/mach/board.h

index 0f0f666246b691446af880c5d1de1e7261683b55..ed9651f27cf7d4def852bcd14d8a2429264bdfa7 100644 (file)
@@ -22,7 +22,7 @@
 
 /* platform device data structures */
 struct platform_device;
-
+struct i2c_client;
 struct RK2818_mddi_platform_data
 {
        void (*panel_power)(int on);
@@ -33,6 +33,7 @@ struct rk2818_sdmmc_platform_data {
        unsigned int host_ocr_avail;
        unsigned int use_dma:1;
        unsigned int no_detect:1;
+       char dma_name[8];
        void    (*cfg_gpio)(struct platform_device *dev);
 };