Skip to content
Commit 8c00ae98 authored by Lars-Peter Clausen's avatar Lars-Peter Clausen Committed by Kukjin Kim
Browse files

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: default avatarLars-Peter Clausen <lars@metafoo.de>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent dd9c1549
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment