commit | e9705a77f50c1fd52356f4f0e515455273aae416 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Sat Jul 07 03:38:51 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Sat Jul 07 03:38:51 2007 +0900 |
tree | eb6ba32acd0fff557bacffbec6e1e742871abae1 | |
parent | 989e5ab3e8159f563b3fda5317febee5af040983 [diff] |
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>