From: Dan McGee Date: Wed, 7 Sep 2011 16:23:21 +0000 (-0500) Subject: pata_sis: mark most const data static as well X-Git-Tag: v3.2-rc1~151^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c03a476dda0a0b6ef3d2c5bf0dc07e00a1d2322f;p=pandora-kernel.git pata_sis: mark most const data static as well This pushes timing and other values into preinitialized read-only data sections rather than being inlined into the code. None of these functions are called more than a handful of times, so reducing code size makes sense. Signed-off-by: Dan McGee Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed