From: Russell King Date: Wed, 21 Oct 2009 12:20:32 +0000 (+0100) Subject: ARM: Fix lubbock defconfig build X-Git-Tag: v2.6.32-rc6~54^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0996391139f43d032335b5360db11da62a2cbb39;p=pandora-kernel.git ARM: Fix lubbock defconfig build drivers/built-in.o: In function `pxa25x_udc_probe': drivers/usb/gadget/pxa25x_udc.c:2195: undefined reference to `otg_get_transceiver' drivers/usb/gadget/pxa25x_udc.c:2300: undefined reference to `otg_put_transceiver' pxa25x_udc.c unconditionally uses these two functions, so we need to ensure that the object providing them is also built. Signed-off-by: Russell King --- Reading git-diff-tree failed