• Andries E. Brouwer's avatar
    [PATCH] __devinit in sound/oss/es1371.c · 07741cd4
    Andries E. Brouwer authored
    It is forbidden to refer from __devinit to __init.  (Unless one argues
    that in the given situation hotplugging is actually impossible.  Too
    ugly.)
    
    However, es1371_probe() is __devinit and referred to __initdata initvol[]
    and to __init src_init().
    07741cd4
es1371.c 92 KB