9
0
Fork 0

fix compiler warning

This commit is contained in:
Sascha Hauer 2007-07-15 14:06:16 +02:00
parent 8881fb7984
commit be6790838d
2 changed files with 8 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include <init.h>
#include <environment.h>
#include <asm/arch/imx-regs.h>
#include <asm/arch/gpio.h>
#include <partition.h>
static struct device_d cfi_dev = {

View File

@ -0,0 +1,7 @@
#ifndef __ASM_ARCH_GPIO_H
#define __ASM_ARCH_GPIO_H
void imx_gpio_mode(int gpio_mode);
#endif /* __ASM_ARCH_GPIO_H */