> Signed-off-by: Daniel Schwierzeck <[email protected]> > --- > arch/mips/include/asm/gpio.h | 13 +++++++++++++ > 1 files changed, 13 insertions(+), 0 deletions(-) > create mode 100644 arch/mips/include/asm/gpio.h > > diff --git a/arch/mips/include/asm/gpio.h b/arch/mips/include/asm/gpio.h > new file mode 100644 > index 0000000..04a98ad > --- /dev/null > +++ b/arch/mips/include/asm/gpio.h > @@ -0,0 +1,13 @@ > +/* > + * This file is released under the terms of GPL v2 and any later version. > + * See the file COPYING in the root directory of the source tree for > details. + * > + * Copyright (C) 2011 Daniel Schwierzeck, > [email protected] + */ > + > +#ifndef __ASM_MIPS_GPIO_H__ > +#define __ASM_MIPS_GPIO_H__ > + > +#include <asm/arch/gpio.h> > + > +#endif /* __ASM_MIPS_GPIO_H__ */
I see why you need this: Acked-by: Marek Vasut <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

