Re: [PATCH] tools: usb: ffs-test: Fix build failure

2013-02-20 Thread Michal Nazarewicz
On Thu, Feb 21 2013, Maxin B. John wrote: > Hi, > > On Thu, Feb 21, 2013 at 2:06 AM, Greg KH wrote: >> On Thu, Feb 21, 2013 at 01:57:51AM +0200, maxin.j...@gmail.com wrote: >>> From: "Maxin B. John" >>> >>> Fixes this build failure: >>> gcc -Wall -Wextra -g -lpthread -I../include -o testusb testu

Re: [PATCH] tools: usb: ffs-test: Fix build failure

2013-02-20 Thread Michal Nazarewicz
On Thu, Feb 21 2013, maxin.j...@gmail.com wrote: > From: "Maxin B. John" > > Fixes this build failure: > gcc -Wall -Wextra -g -lpthread -I../include -o testusb testusb.c > gcc -Wall -Wextra -g -lpthread -I../include -o ffs-test ffs-test.c > In file included from ffs-test.c:41:0: > ../../include/li

Re: [PATCH] tools: usb: ffs-test: Fix build failure

2013-02-20 Thread Maxin B. John
Hi, On Thu, Feb 21, 2013 at 2:06 AM, Greg KH wrote: > On Thu, Feb 21, 2013 at 01:57:51AM +0200, maxin.j...@gmail.com wrote: >> From: "Maxin B. John" >> >> Fixes this build failure: >> gcc -Wall -Wextra -g -lpthread -I../include -o testusb testusb.c >> gcc -Wall -Wextra -g -lpthread -I../include

Re: [PATCH] tools: usb: ffs-test: Fix build failure

2013-02-20 Thread Greg KH
On Thu, Feb 21, 2013 at 01:57:51AM +0200, maxin.j...@gmail.com wrote: > From: "Maxin B. John" > > Fixes this build failure: > gcc -Wall -Wextra -g -lpthread -I../include -o testusb testusb.c > gcc -Wall -Wextra -g -lpthread -I../include -o ffs-test ffs-test.c > In file included from ffs-test.c:41