From: Andrew Morton Date: Sat, 25 Mar 2006 11:07:04 +0000 (-0800) Subject: [PATCH] hysdn: remove custom types X-Git-Tag: v2.6.17-rc1~830 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c721bccece2b3abca4f7b0b95108e68b78445cec;p=pandora-kernel.git [PATCH] hysdn: remove custom types 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 Cc: Rusty Russell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed