Prev: [PATCH 2/5]security:ebitmap.c Fix warning: variable 'e_sft' set but not used
Next: [PATCH] vhost: break out of polling loop on error
From: Gustavo F. Padovan on 27 Jun 2010 03:00 * Cody Rester <codyrester(a)gmail.com> [2010-06-27 02:12:22 -0400]: > Fixed include error, changed to linux/io.h > > Signed-off-by: Cody Rester <codyrester(a)gmail.com> > --- > drivers/bluetooth/bluecard_cs.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/bluetooth/bluecard_cs.c b/drivers/bluetooth/bluecard_cs.c > index d9bf87c..89a4455 100644 > --- a/drivers/bluetooth/bluecard_cs.c > +++ b/drivers/bluetooth/bluecard_cs.c > @@ -37,7 +37,7 @@ > #include <linux/wait.h> > > #include <linux/skbuff.h> > -#include <asm/io.h> > +#include <linux/io.h> > > #include <pcmcia/cs_types.h> > #include <pcmcia/cs.h> > -- > 1.7.0.4 Acked-by: Gustavo F. Padovan <padovan(a)profusion.mobi> -- Gustavo F. Padovan http://padovan.org -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: David Miller on 2 Jul 2010 00:30
From: "Gustavo F. Padovan" <gustavo(a)padovan.org> Date: Sun, 27 Jun 2010 03:50:07 -0300 > * Cody Rester <codyrester(a)gmail.com> [2010-06-27 02:12:22 -0400]: > >> Fixed include error, changed to linux/io.h >> >> Signed-off-by: Cody Rester <codyrester(a)gmail.com> .... > Acked-by: Gustavo F. Padovan <padovan(a)profusion.mobi> Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |