From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 25 Nov 2011 09:48:55 +0100 Subject: [U-Boot] [PATCH 09/11] MIPS: add header file for generic GPIO API In-Reply-To: <1322143076-20349-10-git-send-email-daniel.schwierzeck@googlemail.com> References: <1322143076-20349-1-git-send-email-daniel.schwierzeck@googlemail.com> <1322143076-20349-10-git-send-email-daniel.schwierzeck@googlemail.com> Message-ID: <201111250948.56089.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Signed-off-by: Daniel Schwierzeck > --- > 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, > daniel.schwierzeck at googlemail.com + */ > + > +#ifndef __ASM_MIPS_GPIO_H__ > +#define __ASM_MIPS_GPIO_H__ > + > +#include > + > +#endif /* __ASM_MIPS_GPIO_H__ */ I see why you need this: Acked-by: Marek Vasut