From: Riccardo Magliocchetti on 5 Jun 2010 12:10 Hello Arnaud, here you can find a few patches that remove unused code, please review. thanks, riccardo Riccardo Magliocchetti (7): Remove linux version ifdef. Remove WIN* specific code. Remove TC specific code. Remove X specific code. Remove linux kernel specific ifdefery since it is now the only platform supported. More osdef.h cleanup Fixup compile warnings on x86-64. drivers/staging/xgifb/XGI_accel.c | 216 ------------------ drivers/staging/xgifb/XGI_accel.h | 13 -- drivers/staging/xgifb/XGI_main.h | 118 +---------- drivers/staging/xgifb/XGI_main_26.c | 41 +--- drivers/staging/xgifb/osdef.h | 119 ---------- drivers/staging/xgifb/vb_def.h | 2 - drivers/staging/xgifb/vb_ext.c | 329 ---------------------------- drivers/staging/xgifb/vb_ext.h | 3 - drivers/staging/xgifb/vb_init.c | 55 +----- drivers/staging/xgifb/vb_setmode.c | 409 +---------------------------------- drivers/staging/xgifb/vb_util.c | 59 ----- drivers/staging/xgifb/vgatypes.h | 118 +---------- 12 files changed, 14 insertions(+), 1468 deletions(-) -- 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 7/7] Fixup compile warnings on x86-64. Next: [PATCH 1/7] Remove linux version ifdef. |