mirror of https://gitee.com/openkylin/linux.git
staging: xgifb: main: make internal functions static
Make remaining non-static internal functions static. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
49192c4564
commit
8a94d1aaf6
|
@ -388,7 +388,7 @@ static void XGIRegInit(struct vb_device_info *XGI_Pr, unsigned long BaseAddr)
|
||||||
|
|
||||||
/* ------------ Interface for init & mode switching code ------------- */
|
/* ------------ Interface for init & mode switching code ------------- */
|
||||||
|
|
||||||
unsigned char XGIfb_query_VGA_config_space(
|
static unsigned char XGIfb_query_VGA_config_space(
|
||||||
struct xgi_hw_device_info *pXGIhw_ext, unsigned long offset,
|
struct xgi_hw_device_info *pXGIhw_ext, unsigned long offset,
|
||||||
unsigned long set, unsigned long *value)
|
unsigned long set, unsigned long *value)
|
||||||
{
|
{
|
||||||
|
@ -426,7 +426,7 @@ unsigned char XGIfb_query_VGA_config_space(
|
||||||
|
|
||||||
/* ------------------ Internal helper routines ----------------- */
|
/* ------------------ Internal helper routines ----------------- */
|
||||||
|
|
||||||
int XGIfb_GetXG21DefaultLVDSModeIdx(void)
|
static int XGIfb_GetXG21DefaultLVDSModeIdx(void)
|
||||||
{
|
{
|
||||||
|
|
||||||
int found_mode = 0;
|
int found_mode = 0;
|
||||||
|
|
Loading…
Reference in New Issue