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)
commite9705a77f50c1fd52356f4f0e515455273aae416
treeeb6ba32acd0fff557bacffbec6e1e742871abae1
parent989e5ab3e8159f563b3fda5317febee5af040983
fb: pvr2fb: Fix up section mismatch warnings.

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>
drivers/video/pvr2fb.c