[PATCH] drivers/video/sis/initextlfb.c: removal of old code
Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@gmail.com> Cc: "Antonino A. Daplas" <adaplas@pol.net> Cc: Thomas Winischhofer <thomas@winischhofer.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Родитель
99dbb4641a
Коммит
f8e3d4c19c
|
@ -34,12 +34,10 @@
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
#include <linux/fb.h>
|
#include <linux/fb.h>
|
||||||
|
|
||||||
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0)
|
|
||||||
int sisfb_mode_rate_to_dclock(struct SiS_Private *SiS_Pr,
|
int sisfb_mode_rate_to_dclock(struct SiS_Private *SiS_Pr,
|
||||||
unsigned char modeno, unsigned char rateindex);
|
unsigned char modeno, unsigned char rateindex);
|
||||||
int sisfb_mode_rate_to_ddata(struct SiS_Private *SiS_Pr, unsigned char modeno,
|
int sisfb_mode_rate_to_ddata(struct SiS_Private *SiS_Pr, unsigned char modeno,
|
||||||
unsigned char rateindex, struct fb_var_screeninfo *var);
|
unsigned char rateindex, struct fb_var_screeninfo *var);
|
||||||
#endif
|
|
||||||
BOOLEAN sisfb_gettotalfrommode(struct SiS_Private *SiS_Pr, unsigned char modeno,
|
BOOLEAN sisfb_gettotalfrommode(struct SiS_Private *SiS_Pr, unsigned char modeno,
|
||||||
int *htotal, int *vtotal, unsigned char rateindex);
|
int *htotal, int *vtotal, unsigned char rateindex);
|
||||||
|
|
||||||
|
@ -49,7 +47,6 @@ extern BOOLEAN SiS_SearchModeID(struct SiS_Private *SiS_Pr, unsigned short *Mode
|
||||||
extern void SiS_Generic_ConvertCRData(struct SiS_Private *SiS_Pr, unsigned char *crdata,
|
extern void SiS_Generic_ConvertCRData(struct SiS_Private *SiS_Pr, unsigned char *crdata,
|
||||||
int xres, int yres, struct fb_var_screeninfo *var, BOOLEAN writeres);
|
int xres, int yres, struct fb_var_screeninfo *var, BOOLEAN writeres);
|
||||||
|
|
||||||
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0)
|
|
||||||
int
|
int
|
||||||
sisfb_mode_rate_to_dclock(struct SiS_Private *SiS_Pr, unsigned char modeno,
|
sisfb_mode_rate_to_dclock(struct SiS_Private *SiS_Pr, unsigned char modeno,
|
||||||
unsigned char rateindex)
|
unsigned char rateindex)
|
||||||
|
@ -177,7 +174,6 @@ sisfb_mode_rate_to_ddata(struct SiS_Private *SiS_Pr, unsigned char modeno,
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
#endif /* Linux >= 2.5 */
|
|
||||||
|
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
sisfb_gettotalfrommode(struct SiS_Private *SiS_Pr, unsigned char modeno, int *htotal,
|
sisfb_gettotalfrommode(struct SiS_Private *SiS_Pr, unsigned char modeno, int *htotal,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче