Cc: Russell King <rmk@...>, <linux-ide@...>, Bartlomiej Zolnierkiewicz <bzolnier@...>, Jeff Garzik <jgarzik@...>, Alan Cox <alan@...>, Linux Kernel List <linux-kernel@...>, Andrew Morton <akpm@...>
Generally "__devinitdata" is better than "const", since it means that the
data may be thrown away.
So if you drop one over the other, it's generally the "const" that should
be dropped ;/
Linus
-