From: Anton Vorontsov Date: Tue, 11 Nov 2008 15:31:39 +0000 (+0300) Subject: powerpc/qe: Move cmxgcr_lock definition from the ucc.c into the qe.c X-Git-Tag: v2.6.29-rc1~574^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09a3fba8c132a55f153fd65fc1085b717a6193c8;p=pandora-kernel.git powerpc/qe: Move cmxgcr_lock definition from the ucc.c into the qe.c With this patch we can compile the qe_lib/usb.c without the UCC support (that is, without UCC_GETH and/or SERIAL_QE). Fixes following link error (CONFIG_SMP should be =y to trigger this): arch/powerpc/sysdev/built-in.o: In function `qe_usb_clock_set': (.text+0x3cae): undefined reference to `cmxgcr_lock' make: *** [.tmp_vmlinux1] Error 1 While at it, also add missing spinlock.h includes. Signed-off-by: Anton Vorontsov Acked-By: Timur Tabi Signed-off-by: Kumar Gala --- Reading git-diff-tree failed