|
@@ -13,13 +13,13 @@
|
|
* is licensed "as is" without any warranty of any kind, whether express
|
|
* is licensed "as is" without any warranty of any kind, whether express
|
|
* or implied.
|
|
* or implied.
|
|
*/
|
|
*/
|
|
-#include <linux/gpio.h>
|
|
|
|
#include <linux/types.h>
|
|
#include <linux/types.h>
|
|
#include <linux/kernel.h>
|
|
#include <linux/kernel.h>
|
|
#include <linux/module.h>
|
|
#include <linux/module.h>
|
|
#include <linux/io.h>
|
|
#include <linux/io.h>
|
|
#include <mach/hardware.h>
|
|
#include <mach/hardware.h>
|
|
#include <mach/platform.h>
|
|
#include <mach/platform.h>
|
|
|
|
+#include <mach/gpio-pnx4008.h>
|
|
|
|
|
|
/* register definitions */
|
|
/* register definitions */
|
|
#define PIO_VA_BASE IO_ADDRESS(PNX4008_PIO_BASE)
|
|
#define PIO_VA_BASE IO_ADDRESS(PNX4008_PIO_BASE)
|