From: Stephen Rothwell Date: Thu, 30 Apr 2009 02:02:47 +0000 (-0700) Subject: USB: xhci: use xhci_handle_event instead of handle_event X-Git-Tag: v2.6.31-rc1~304^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7258a4aba2b24d5c27a0f6674795e83e7771969;p=pandora-kernel.git USB: xhci: use xhci_handle_event instead of handle_event The former is way to generic for a global symbol. Fixes this build error: drivers/usb/built-in.o: In function `.handle_event': (.text+0x67dd0): multiple definition of `.handle_event' drivers/pcmcia/built-in.o:(.text+0xcfcc): first defined here drivers/usb/built-in.o: In function `handle_event': (.opd+0x5bc8): multiple definition of `handle_event' drivers/pcmcia/built-in.o:(.opd+0xed0): first defined here Signed-off-by: Stephen Rothwell Cc: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed