File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -103,31 +103,4 @@ struct tmio_mmc_data {
103
103
void (* set_pwr )(struct platform_device * host , int state );
104
104
void (* set_clk_div )(struct platform_device * host , int state );
105
105
};
106
-
107
- /*
108
- * data for the NAND controller
109
- */
110
- struct tmio_nand_data {
111
- struct nand_bbt_descr * badblock_pattern ;
112
- struct mtd_partition * partition ;
113
- unsigned int num_partitions ;
114
- const char * const * part_parsers ;
115
- };
116
-
117
- #define FBIO_TMIO_ACC_WRITE 0x7C639300
118
- #define FBIO_TMIO_ACC_SYNC 0x7C639301
119
-
120
- struct tmio_fb_data {
121
- int (* lcd_set_power )(struct platform_device * fb_dev ,
122
- bool on );
123
- int (* lcd_mode )(struct platform_device * fb_dev ,
124
- const struct fb_videomode * mode );
125
- int num_modes ;
126
- struct fb_videomode * modes ;
127
-
128
- /* in mm: size of screen */
129
- int height ;
130
- int width ;
131
- };
132
-
133
106
#endif
You can’t perform that action at this time.
0 commit comments