From: Davidlohr Bueso Date: Sun, 27 Feb 2011 07:58:48 +0000 (-0300) Subject: USB: ffs-test: fix header path X-Git-Tag: v2.6.39-rc1~472^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d105e74eff7f8197b4d8e104e347ffbc5c3989b8;p=pandora-kernel.git USB: ffs-test: fix header path When compiling this program the functionfs.h header cannot be found, producing: ffs-test.c:40: fatal error: linux/usb/functionfs.h: No such file or directory This patch also fixes the following warning: ffs-test.c:453: warning: format ‘%4d’ expects type ‘int’, but argument 3 has type ‘size_t’ Signed-off-by: Davidlohr Bueso Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed