提交 c3d6047d 编写于 作者: S Sudip Mukherjee 提交者: Greg Kroah-Hartman

staging: sm7xxfb: make vgamode static

the variable vgamode is used only in this file and hence can be
safely made as static.
Signed-off-by: NSudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 6a3386b1
...@@ -119,7 +119,7 @@ struct ModeInit { ...@@ -119,7 +119,7 @@ struct ModeInit {
/********************************************************************** /**********************************************************************
SM712 Mode table. SM712 Mode table.
**********************************************************************/ **********************************************************************/
struct ModeInit vgamode[] = { static struct ModeInit vgamode[] = {
{ {
/* mode#0: 640 x 480 16Bpp 60Hz */ /* mode#0: 640 x 480 16Bpp 60Hz */
640, 480, 16, 60, 640, 480, 16, 60,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册