commit | 7e7ec0d4ae57b258fed5ee29e9d007282898625a | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Sat Jul 07 04:05:06 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Sat Jul 07 04:05:06 2007 +0900 |
tree | 12a1ec48e103fafd5a8eaf8d79008e8bdf9df8e2 | |
parent | e9705a77f50c1fd52356f4f0e515455273aae416 [diff] |
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>