From: Lars-Peter Clausen Date: Mon, 28 Feb 2011 06:03:46 +0000 (+0900) Subject: ARM: S3C2440: Select missing S3C_DEV_USB_HOST on GTA02 X-Git-Tag: v2.6.38-rc8~1^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c00ae98d12613bf283543da200c4ab311362c35;p=pandora-kernel.git ARM: S3C2440: Select missing S3C_DEV_USB_HOST on GTA02 The gta02 mach file references the ohci device. So we need to select S3C_DEV_USB_HOST to have the device available. This fixes the following linker errors: arch/arm/mach-s3c2440/built-in.o: In function 'gta02_machine_init': mach-gta02.c:(.init.text+0x370): undefined reference to 's3c_ohci_set_platdata' arch/arm/mach-s3c2440/built-in.o:(.init.data+0xac): undefined reference to 's3c_device_ohci' Signed-off-by: Lars-Peter Clausen Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed