Messages in this thread |  | | | From | Aaro Koskinen <> | | Subject | [PATCH 00/12] staging: xgifb: misc cleanups | | Date | Fri, 19 Aug 2011 22:40:18 +0300 |
| |
Hi,
Here's some miscellaneous cleanups for the xgifb staging driver. There are no functional changes, except one printk() message is gone.
The patch number 8 will give you checkpatch warnings, but those are not introduced by these changes. The actual change is very simple as can be seen with "diff -w".
Testing: - compile-tested with GCC 4.6.1, no warnings. - tested with Z9 (XG21) on ARM, framebuffer console works
Aaro Koskinen (12): staging: xgifb: eliminate #ifdef NewScratch staging: xgifb: eliminate XGIINITSTATIC staging: xgifb: delete duplicate #defines staging: xgifb: delete unused definitions staging: xgifb: vb_table: delete unused data staging: xgifb: delete unused structs staging: xgifb: eliminate #ifdef XGIFB_PAN staging: xgifb: probe: delete checks for mode "none" staging: xgifb: replace video_type with FB_TYPE_PACKED_PIXELS staging: xgifb: delete write-only variables staging: xgifb: delete driver version information staging: xgifb: delete an empty string
drivers/staging/xgifb/XGI_main.h | 110 ------ drivers/staging/xgifb/XGI_main_26.c | 518 ++++++++++++------------- drivers/staging/xgifb/XGIfb.h | 12 - drivers/staging/xgifb/vb_def.h | 590 +---------------------------- drivers/staging/xgifb/vb_ext.h | 20 - drivers/staging/xgifb/vb_setmode.c | 3 - drivers/staging/xgifb/vb_struct.h | 71 ---- drivers/staging/xgifb/vb_table.h | 729 ----------------------------------- drivers/staging/xgifb/vgatypes.h | 5 - 9 files changed, 242 insertions(+), 1816 deletions(-) -- 1.7.2.5
|  |