From: David Woodhouse Date: Fri, 23 May 2008 17:38:49 +0000 (+0100) Subject: firmware: make fw->data const X-Git-Tag: v2.6.27-rc1~1094^2^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7a39bd0afc4021e8ad2b1189e884551e147427f;p=pandora-kernel.git firmware: make fw->data const In preparation for supporting firmware files linked into the static kernel, make fw->data const to ensure that users aren't modifying it (so that we can pass a pointer to the original in-kernel copy, rather than having to copy it). Signed-off-by: David Woodhouse --- Reading git-diff-tree failed