Here's some further cleanups for sisfb. The most visible change is that sis_main.c is changed to use the same register I/O functions that other files are using. Aaro Koskinen (13): sisfb: eliminate unused variable compiler warning sisfb: delete HAVE_CONFIG_H checks sisfb: remove duplicate function declarations sisfb: change register I/O functions to use fixed size types sisfb: replace inSISREG with SiS_GetRegByte sisfb: replace outSISREG with SiS_SetRegByte sisfb: replace inSISIDXREG with SiS_GetReg sisfb: replace outSISIDXREG with SiS_SetReg sisfb: replace orSISIDXREG with SiS_SetRegOR sisfb: replace andSISIDXREG with SiS_SetRegAND sisfb: replace setSISIDXREG with SiS_SetRegANDOR sisfb: delete unused register I/O macros sisfb: eliminate compiler warnings drivers/video/sis/init.c | 46 +- drivers/video/sis/init.h | 13 - drivers/video/sis/init301.c | 8 +- drivers/video/sis/init301.h | 11 - drivers/video/sis/sis.h | 65 +-- drivers/video/sis/sis_main.c | 1196 +++++++++++++++++++++--------------------- 6 files changed, 635 insertions(+), 704 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html