pata_sis: mark most const data static as well
authorDan McGee <dpmcgee@gmail.com>
Wed, 7 Sep 2011 16:23:21 +0000 (11:23 -0500)
committerJeff Garzik <jgarzik@redhat.com>
Sat, 8 Oct 2011 04:07:16 +0000 (00:07 -0400)
commitc03a476dda0a0b6ef3d2c5bf0dc07e00a1d2322f
tree21b1959a0fc17b36e9b74af9a4a6546f1ca6b777
parent14004f044bef275ac911375a8157e6773da4260a
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 <dpmcgee@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/pata_sis.c
This page took 0.025319 seconds and 5 git commands to generate.