• Mika Kukkonen's avatar
    [PATCH] Remove all uses of '#ifdef MODULE_PARM' from kernel · d313a47f
    Mika Kukkonen authored
    I got sidetracked (I do that a lot ;-) and noticed that there are only
    eight files in 2.6 that have code like:
    
    #ifdef MODULE_PARAM
    MODULE_PARAM(foo, "i");
    #endif
    
    which I think is old cruft from 2.1.x times.  Following patch removes
    all those eight (six in netfilter, one net driver and one SCSI driver).
    d313a47f
in2000.c 71.9 KB