commit | d105e74eff7f8197b4d8e104e347ffbc5c3989b8 | [log] [tgz] |
---|---|---|
author | Davidlohr Bueso <dave@gnu.org> | Sun Feb 27 04:58:48 2011 -0300 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Feb 28 19:27:12 2011 -0800 |
tree | 76ad4344a395db4cd3b156fc9d865c1ecb1a22ce | |
parent | 6960f40a954619857e7095a6179eef896f297077 [diff] |
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 <dave@gnu.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>