fb: pvr2fb: Fix up section mismatch warnings.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 6 Jul 2007 18:38:51 +0000 (03:38 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 6 Jul 2007 18:38:51 +0000 (03:38 +0900)
A few minor things were broken here. fix and var screeninfo should have
been __devinitdata, board_list[] gets renamed to board_driver[] so the
modpost matching does the right thing, and we properly discard some of
the unused exit sections.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found