From: Alexey D. <ado...@gm...> - 2010-01-23 23:28:18
|
On Sat, Jan 23, 2010 at 09:35:09PM +0100, Uwe Kleine-König wrote: > -static int __init acornfb_probe(struct platform_device *dev) > +static int __devinit acornfb_probe(struct platform_device *dev) Even more, if this function is marked __devinit, some other functions can very well be marked __devinit, can you do this? |