commit | 9d91928c9d70e86635cf34ad11024142f9f73dfc | [log] [tgz] |
---|---|---|
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | Wed Jun 17 16:54:40 2015 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jun 17 21:44:29 2015 -0700 |
tree | 4effcb905ea6f07f090de35723e96c252c46983d | |
parent | 1bbf29ab8f89d2a804e075c4f226a08c1cb7f915 [diff] |
staging: sm7xxfb: declare struct as const The vesa_mode_table is not to be modified, so declare it as const. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>