• A
    [PATCH] hysdn: remove custom types · c721bcce
    Andrew Morton 提交于
    hysdn defines its own types: ulong, uint, uchar and word.
    
    Problem is, the module_param macros rely upon some of those identifiers having
    special meanings too.  The net effect is that module_param() and friends
    cannot be used in ISDN because of this namespace clash.
    
    So remove the hysdn-private defines and open-code them all.
    
    Cc: Karsten Keil <kkeil@suse.de>
    Cc: Rusty Russell <rusty@rustcorp.com.au>
    Signed-off-by: NAndrew Morton <akpm@osdl.org>
    Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
    c721bcce
hysdn_boot.c 13.7 KB