From: Thierry Reding Date: Tue, 14 Apr 2015 13:03:26 +0000 (+0200) Subject: drm/panel: Constify OF match tables X-Git-Tag: omap-for-v4.3/legacy-v2-signed~46^2~12^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a8f9056f59e019892c4ce192aa435c15cc37a73;p=pandora-kernel.git drm/panel: Constify OF match tables Both the Samsung LD9040 and Samsung S6E8AA0 panel drivers are missing a const qualifier for their OF match tables. This data is static and never changes, so can be read-only. Signed-off-by: Thierry Reding --- Reading git-diff-tree failed