ifxmips: move header files, split up patches, rename some files

SVN-Revision: 18010
This commit is contained in:
John Crispin
2009-10-08 22:24:49 +00:00
parent 76ff676a1e
commit aaf52c0c7d
39 changed files with 192 additions and 219 deletions

View File

@@ -22,8 +22,8 @@
#ifndef _IFXMIPS_GPIO_H_
#define _IFXMIPS_GPIO_H_
#include <asm/ifxmips/ifxmips.h>
#include <asm/ifxmips/ifxmips_gpio.h>
#include <ifxmips.h>
#include <ifxmips_gpio.h>
#define GPIO_TO_PORT(x) ((x > 15) ? (1) : (0))
#define GPIO_TO_GPIO(x) ((x > 15) ? (x-16) : (x))