From: Chris Wilson Date: Wed, 26 Jan 2011 09:49:47 +0000 (+0000) Subject: drm: Mark constant arrays of drm_display_mode const X-Git-Tag: v2.6.39-rc1~458^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1f559ecdc6026ef783ccadc62a61e7da906fcb4;p=pandora-kernel.git drm: Mark constant arrays of drm_display_mode const ... and fixup some methods to accept the constant argument. Now that constant module arrays are loaded into read-only memory, using const appropriately has some benefits beyond warning the programmer about likely mistakes. Signed-off-by: Chris Wilson Signed-off-by: Dave Airlie --- Reading git-diff-tree failed