[PATCH 08/13] PXA: Colibri: Toradex Colibri PXA270 CF support

Marek Vasut marek.vasut at gmail.com
Wed Sep 1 08:39:08 EDT 2010


Dne St 1. září 2010 09:23:05 Russell King - ARM Linux napsal(a):
> On Fri, Aug 13, 2010 at 06:32:39AM +0200, Marek Vasut wrote:
> > diff --git a/drivers/pcmcia/pxa2xx_colibri.c
> > b/drivers/pcmcia/pxa2xx_colibri.c new file mode 100644
> > index 0000000..8373816
> > --- /dev/null
> > +++ b/drivers/pcmcia/pxa2xx_colibri.c
> > @@ -0,0 +1,215 @@
> > +/*
> > + * linux/drivers/pcmcia/pxa2xx_colibri.c
> > + *
> > + * Driver for Toradex Colibri PXA270 CF socket
> > + *
> > + * Copyright (C) 2010 Marek Vasut <marek.vasut at gmail.com>
> > + *
> > + * This program is free software; you can redistribute it and/or modify
> > + * it under the terms of the GNU General Public License version 2 as
> > + * published by the Free Software Foundation.
> > + *
> > + */
> > +
> > +#include <linux/module.h>
> > +#include <linux/platform_device.h>
> > +#include <linux/delay.h>
> > +
> > +#include <asm/mach-types.h>
> > +
> > +#include <mach/gpio.h>
> 
> linux/gpio.h please.

Thanks, good catch. I fixed this in my tree.



More information about the linux-arm-kernel mailing list