Hi, just a note before a comment. I'm gonna be on vacations during this and next week. Trying to get better from a really terrible flu so I won't be hacking too much during this time.
Anyways, once comment below. On Tue, Dec 23, 2008 at 05:07:47PM -0800, David Brownell wrote: > From: David Brownell <[email protected]> > > Build fixes that somehow got stripped out of the earlier build > fix patch ... > > Signed-off-by: David Brownell <[email protected]> > --- > drivers/usb/musb/davinci.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > > --- a/drivers/usb/musb/davinci.c > +++ b/drivers/usb/musb/davinci.c > @@ -31,10 +31,11 @@ > #include <linux/clk.h> > #include <linux/io.h> > #include <linux/gpio.h> > +#include <linux/gpio.h> you're including <linux/gpio.h> twice. -- balbi _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
