Re: [PATCH v2 7/9] staging: sm7xxfb: move mode table

2015-06-19 Thread Dan Carpenter
On Wed, Jun 17, 2015 at 04:54:46PM +0530, Sudip Mukherjee wrote: +static const struct ModeInit vgamode[] = { + { + /* mode#0: 640 x 480 16Bpp 60Hz */ + 640, 480, 16, 60, + /* Init_MISC */ + 0xE3, + { /* Init_SR0_SR4 */ + 0x03,

[PATCH v2 7/9] staging: sm7xxfb: move mode table

2015-06-17 Thread Sudip Mukherjee
move vgamode table from the header file to the C file and mark it as const. Signed-off-by: Sudip Mukherjee su...@vectorindia.org --- drivers/staging/sm7xxfb/sm7xx.h | 660 -- drivers/staging/sm7xxfb/sm7xxfb.c | 660 ++ 2