From: David Chang Date: Wed, 6 Jul 2011 06:52:19 +0000 (+0800) Subject: staging: usbip: userspace: usbipd.c: fix userspace build error X-Git-Tag: v3.1-rc1~232^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7104b5df5b2e53ef864e94556c1b3f63f6a56b70;p=pandora-kernel.git staging: usbip: userspace: usbipd.c: fix userspace build error When build userspace code, got the following error message: make[2]: Entering directory `/usr/src/staging-2.6/drivers/staging/usbip/userspace/src' CC usbip.o ... CCLD usbip CC usbipd.o usbipd.c:30:25: fatal error: stub_driver.h: No such file or directory compilation terminated. make[2]: *** [usbipd.o] Error 1 make[2]: Leaving directory `/usr/src/staging-2.6/drivers/staging/usbip/userspace/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/staging-2.6/drivers/staging/usbip/userspace' make: *** [all] Error 2 Due to commit 756d6726 and a16941ae, stub_driver had been changed into host_driver, so update header filename and functions name to fix these build errors Signed-off-by: David Chang CC: Joe Perches Cc: matt mooney Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed