lcd_ctrl
struct lcd_ctrl hwa742_ctrl = {
const struct lcd_ctrl *int_ctrl;
struct lcd_ctrl hwa742_ctrl;
const struct lcd_ctrl omap1_int_ctrl = {
extern const struct lcd_ctrl omap1_int_ctrl;
const struct lcd_ctrl *ctrl; /* LCD controller */
const struct lcd_ctrl *int_ctrl; /* internal LCD ctrl */
extern struct lcd_ctrl omap1_lcd_ctrl;
extern struct lcd_ctrl hwa742_ctrl;
static const struct lcd_ctrl *ctrls[] = {