summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vidix/dha.c2
-rw-r--r--vidix/dhahelper/Makefile (renamed from vidix/kernelhelper/Makefile)0
-rw-r--r--vidix/dhahelper/dhahelper.c (renamed from vidix/kernelhelper/dhahelper.c)0
-rw-r--r--vidix/dhahelper/dhahelper.h (renamed from vidix/kernelhelper/dhahelper.h)0
-rw-r--r--vidix/dhahelper/test.c (renamed from vidix/kernelhelper/test.c)0
-rw-r--r--vidix/sysdep/AsmMacros_x86.h2
6 files changed, 2 insertions, 2 deletions
diff --git a/vidix/dha.c b/vidix/dha.c
index 95ffee6eb1..8e3d2ada5d 100644
--- a/vidix/dha.c
+++ b/vidix/dha.c
@@ -80,7 +80,7 @@
#endif
#ifdef CONFIG_DHAHELPER
-#include "kernelhelper/dhahelper.h"
+#include "dhahelper/dhahelper.h"
#endif
#ifdef CONFIG_SVGAHELPER
diff --git a/vidix/kernelhelper/Makefile b/vidix/dhahelper/Makefile
index 4b810ec500..4b810ec500 100644
--- a/vidix/kernelhelper/Makefile
+++ b/vidix/dhahelper/Makefile
diff --git a/vidix/kernelhelper/dhahelper.c b/vidix/dhahelper/dhahelper.c
index 5d501e94e6..5d501e94e6 100644
--- a/vidix/kernelhelper/dhahelper.c
+++ b/vidix/dhahelper/dhahelper.c
diff --git a/vidix/kernelhelper/dhahelper.h b/vidix/dhahelper/dhahelper.h
index 1ae57d26c8..1ae57d26c8 100644
--- a/vidix/kernelhelper/dhahelper.h
+++ b/vidix/dhahelper/dhahelper.h
diff --git a/vidix/kernelhelper/test.c b/vidix/dhahelper/test.c
index 8e795f77df..8e795f77df 100644
--- a/vidix/kernelhelper/test.c
+++ b/vidix/dhahelper/test.c
diff --git a/vidix/sysdep/AsmMacros_x86.h b/vidix/sysdep/AsmMacros_x86.h
index 02cf4c83c1..47ebe8bd1c 100644
--- a/vidix/sysdep/AsmMacros_x86.h
+++ b/vidix/sysdep/AsmMacros_x86.h
@@ -70,7 +70,7 @@
#ifdef CONFIG_DHAHELPER
#include <sys/ioctl.h>
-#include "kernelhelper/dhahelper.h"
+#include "dhahelper/dhahelper.h"
extern int dhahelper_fd;
extern int dhahelper_initialized;