From: Dan Carpenter Date: Thu, 19 Apr 2012 10:46:08 +0000 (+0300) Subject: USB: bcma: suspend() only takes one argument now X-Git-Tag: v3.5-rc1~149^2~328^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f6155f5faabb7b99cb7a96abbd52e4bfcbdfc03;p=pandora-kernel.git USB: bcma: suspend() only takes one argument now We changed the API here a couple months ago. It suspend() only takes one argument now. GCC complains about this: drivers/usb/host/bcma-hcd.c:320:2: warning: initialization from incompatible pointer type [enabled by default] drivers/usb/host/bcma-hcd.c:320:2: warning: (near initialization for ‘bcma_hcd_driver.suspend’) [enabled by default] Signed-off-by: Dan Carpenter Acked-by: Hauke Mehrtens Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed