9
0
Fork 0

misc JTAG: include fixes

common.h should come first, other include files implicitely depend
on it. Also, remove unused fs.h and remove commented line.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2012-10-26 08:31:00 +02:00
parent 0fd1611291
commit 72703410fe
1 changed files with 1 additions and 3 deletions

View File

@ -21,14 +21,12 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <fs.h>
#include <common.h>
#include <errno.h>
//#include <linux/list.h>
#include <jtag.h>
#include <gpio.h>
#include <driver.h>
#include <malloc.h>
#include <common.h>
#include <init.h>
#include <ioctl.h>