From: Riccardo Magliocchetti on 5 Jun 2010 19:40 Hello Arnaud, a few more patches for cleaning up the xgifb driver, please apply. Riccardo Magliocchetti (6): More ifdefery cleanup. kill osdef.h Kill empty function NewDelaySeconds(). Kill unused header Kill udelay wrapper Use standard types instead of typedefs. drivers/staging/xgifb/XGI.h | 10 - drivers/staging/xgifb/XGI_main.h | 38 +- drivers/staging/xgifb/XGI_main_26.c | 34 +- drivers/staging/xgifb/osdef.h | 34 -- drivers/staging/xgifb/vb_ext.c | 122 ++-- drivers/staging/xgifb/vb_ext.h | 12 +- drivers/staging/xgifb/vb_init.c | 434 ++++++++-------- drivers/staging/xgifb/vb_init.h | 2 +- drivers/staging/xgifb/vb_setmode.c | 1032 +++++++++++++++++----------------- drivers/staging/xgifb/vb_setmode.h | 38 +- drivers/staging/xgifb/vb_struct.h | 609 ++++++++++----------- drivers/staging/xgifb/vb_table.h | 236 ++++---- drivers/staging/xgifb/vb_util.c | 105 ++--- drivers/staging/xgifb/vb_util.h | 21 +- drivers/staging/xgifb/vgatypes.h | 122 +---- 15 files changed, 1351 insertions(+), 1498 deletions(-) delete mode 100644 drivers/staging/xgifb/XGI.h delete mode 100644 drivers/staging/xgifb/osdef.h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: [PATCH 4/6] Kill unused header Next: [PATCH 1/6] More ifdefery cleanup. |