9
0
Fork 0

MIPS: add <asm/gpio.h> header file

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Antony Pavlov 2014-06-24 01:21:08 +04:00 committed by Sascha Hauer
parent eb58282ee4
commit fe2137cfd6
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#ifndef _ARCH_MIPS_GPIO_H
#define _ARCH_MIPS_GPIO_H
#include <asm-generic/gpio.h>
#endif /* _ARCH_MIPS_GPIO_H */