Re: [PATCH 01/29] move acornfb's probe function to .devinit.text

Alexey Dobriyan <[email protected]> Sun, 24 Jan 2010 01:28:13 +0200
Newsgroups gmane.linux.kernel,gmane.linux.fbdev.devel
Message-ID <20100123232813.GB4146@x200>
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?