From: Rusty Russell Date: Sat, 22 Nov 2008 02:31:06 +0000 (+1030) Subject: USB: Don't use __module_param_call; use core_param. X-Git-Tag: v2.6.29-rc1~182^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=785895ff1fedddd09576d2c600d90404fef6506c;p=pandora-kernel.git USB: Don't use __module_param_call; use core_param. Impact: cleanup Found this when I changed args to __module_param_call. We now have core_param for exactly this, but Greg assures me "nousb" is used as a module parameter, so we need the #ifdef MODULE. Signed-off-by: Rusty Russell Cc: Pete Zaitcev Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed