提交 8a94d1aa 编写于 作者: A Aaro Koskinen 提交者: Greg Kroah-Hartman

staging: xgifb: main: make internal functions static

Make remaining non-static internal functions static.
Signed-off-by: NAaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 49192c45
......@@ -388,7 +388,7 @@ static void XGIRegInit(struct vb_device_info *XGI_Pr, unsigned long BaseAddr)
/* ------------ 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,
unsigned long set, unsigned long *value)
{
......@@ -426,7 +426,7 @@ unsigned char XGIfb_query_VGA_config_space(
/* ------------------ Internal helper routines ----------------- */
int XGIfb_GetXG21DefaultLVDSModeIdx(void)
static int XGIfb_GetXG21DefaultLVDSModeIdx(void)
{
int found_mode = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册