dragon-nx32: Always include local devfd.h in devfd.c and devtty.c
authorTormod Volden <debian.tormod@gmail.com>
Sat, 21 May 2016 21:36:53 +0000 (23:36 +0200)
committerAlan Cox <alan@linux.intel.com>
Sun, 22 May 2016 19:07:30 +0000 (20:07 +0100)
This makes sure also the Build/* makefiles do the right thing.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Kernel/platform-dragon-nx32/devfd.c
Kernel/platform-dragon-nx32/devtty.c

index c1c5417..398d207 100644 (file)
@@ -1,7 +1,7 @@
 #include <kernel.h>
 #include <kdata.h>
 #include <printf.h>
-#include <devfd.h>
+#include "devfd.h"
 
 #define MAX_FD 4
 
index 2fde9fa..21758bf 100644 (file)
@@ -4,7 +4,7 @@
 #include <stdbool.h>
 #include <devtty.h>
 #include <device.h>
-#include <devfd.h>
+#include "devfd.h"
 #include <vt.h>
 #include <tty.h>
 #include <devdw.h>