This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / scripts / file2alias.c
similarity index 99%
rename from scripts/mod/file2alias.c
rename to scripts/file2alias.c
index f38c6d7..fa8fd16 100644 (file)
@@ -27,7 +27,7 @@ typedef unsigned char  __u8;
 /* Big exception to the "don't include kernel headers into userspace, which
  * even potentially has different endianness and word sizes, since 
  * we handle those differences explicitly below */
-#include "../../include/linux/mod_devicetable.h"
+#include "../include/linux/mod_devicetable.h"
 
 #define ADD(str, sep, cond, field)                              \
 do {                                                            \