Revision 179192d38e8906f00479ec944c15b685400232b0 authored by Bill Gatliff on 18 December 2009, 15:57:22 UTC, committed by Greg Kroah-Hartman on 23 December 2009, 19:34:10 UTC
This patch corrects a problem where drivers/usb/otg is linked twice
if CONFIG_USB_ULPI is selected, resulting in a build error (symbol
conflict). The files in that directory are properly linked already
as part of CONFIG_USB, and need not be indicated specifically for
CONFIG_USB_ULPI.

Signed-off-by: Bill Gatliff <bgat@billgatliff.com>
Acked-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

1 parent ff3b968
History
File Mode Size
Kconfig -rw-r--r-- 2.3 KB
Makefile -rw-r--r-- 301 bytes
xfrm_algo.c -rw-r--r-- 13.1 KB
xfrm_hash.c -rw-r--r-- 806 bytes
xfrm_hash.h -rw-r--r-- 2.9 KB
xfrm_input.c -rw-r--r-- 6.0 KB
xfrm_ipcomp.c -rw-r--r-- 7.5 KB
xfrm_output.c -rw-r--r-- 4.5 KB
xfrm_policy.c -rw-r--r-- 66.5 KB
xfrm_proc.c -rw-r--r-- 3.0 KB
xfrm_state.c -rw-r--r-- 54.2 KB
xfrm_sysctl.c -rw-r--r-- 1.7 KB
xfrm_user.c -rw-r--r-- 64.0 KB

back to top