[patch 3/4] macintosh: replace deprecated __initcall with	device_initcall
    Andrew Morton 
    akpm at linux-foundation.org
       
    Thu May 15 16:06:47 EST 2008
    
    
  
On Thu, 15 May 2008 14:14:38 +1000 Paul Mackerras <paulus at samba.org> wrote:
> akpm at linux-foundation.org writes:
> 
> > -__initcall(adb_init);
> > +device_initcall(adb_init);
> 
> There's no particular reason why this needs to go in 2.6.26, is there?
> It looks to me like something that I should queue up for 2.6.27.
> 
No, this make no difference in code generation - it's just a
use-the-modern-interface thing.
    
    
More information about the Linuxppc-dev
mailing list