Skip to content
  • Andrew Morton's avatar
    [PATCH] hysdn: remove custom types · c721bcce
    Andrew Morton authored
    
    
    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: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    c721bcce