diff options
author | Manuel Lauss <manuel.lauss@googlemail.com> | 2011-09-30 14:49:43 -0400 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-10-03 11:52:38 -0400 |
commit | d121c3f3cedb84601ee4839d6a6c33d1e9240cc9 (patch) | |
tree | baf74aef41dfde303bb44b9d6ee1de50c6e17fe7 /drivers/video/au1100fb.h | |
parent | 8b53b7fb57e1ce3441b1a32f8374874b53c4bc31 (diff) |
fb: fix au1100fb bitrot.
Removes some bitrot from the au1100fb driver and fix it up so it works again.
Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/au1100fb.h')
-rw-r--r-- | drivers/video/au1100fb.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/video/au1100fb.h b/drivers/video/au1100fb.h index 164fe2f231ec..12d9642d5465 100644 --- a/drivers/video/au1100fb.h +++ b/drivers/video/au1100fb.h | |||
@@ -108,6 +108,7 @@ struct au1100fb_device { | |||
108 | unsigned char* fb_mem; /* FrameBuffer memory map */ | 108 | unsigned char* fb_mem; /* FrameBuffer memory map */ |
109 | size_t fb_len; | 109 | size_t fb_len; |
110 | dma_addr_t fb_phys; | 110 | dma_addr_t fb_phys; |
111 | int panel_idx; | ||
111 | }; | 112 | }; |
112 | 113 | ||
113 | /********************************************************************/ | 114 | /********************************************************************/ |
@@ -364,11 +365,6 @@ static struct au1100fb_panel known_lcd_panels[] = | |||
364 | }, | 365 | }, |
365 | }; | 366 | }; |
366 | 367 | ||
367 | struct au1100fb_drv_info { | ||
368 | int panel_idx; | ||
369 | char *opt_mode; | ||
370 | }; | ||
371 | |||
372 | /********************************************************************/ | 368 | /********************************************************************/ |
373 | 369 | ||
374 | /* Inline helpers */ | 370 | /* Inline helpers */ |