Commit f8012eaf authored by Jorge Zapata's avatar Jorge Zapata

Make the gpio.h header self contained

There are several subsystems in the kernel that just include this file in
order to support gpio drivers, make this header include by itself the needed
headers to avoid errors at compilation
parent 7cd1905d
......@@ -13,6 +13,10 @@
#ifndef __DAVINCI_GPIO_H
#define __DAVINCI_GPIO_H
#include <asm/io.h>
#include "hardware.h"
#include "io.h"
/*
* basic gpio routines
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment