fb: pvr2fb: A few more __devinit annotations for PCI.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 6 Jul 2007 19:05:06 +0000 (04:05 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 6 Jul 2007 19:05:06 +0000 (04:05 +0900)
commit7e7ec0d4ae57b258fed5ee29e9d007282898625a
tree12a1ec48e103fafd5a8eaf8d79008e8bdf9df8e2
parente9705a77f50c1fd52356f4f0e515455273aae416
fb: pvr2fb: A few more __devinit annotations for PCI.

In the PCI + hotplug case we end up with some bogus references between
the PCI driver path and the DC path. In order to fix this, we have to
rework the common init path for __devinit, as well as moving all of the
data that it references to __devinidata.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/video/pvr2fb.c