]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/um/include/shared/os.h
x86, um: get rid of arch/um/os symlink
[linux-2.6-omap-h63xx.git] / arch / um / include / shared / os.h
index 2aaffa04fc8f943bb2deb70de8352045aa9823a0..cd40fddcf99df8fcf4a583d5c8fe05314d27077c 100644 (file)
@@ -11,7 +11,6 @@
 #include "longjmp.h"
 #include "mm_id.h"
 #include "sysdep/tls.h"
-#include "../../os/include/file.h"
 
 #define CATCH_EINTR(expr) while ((errno = 0, ((expr) < 0)) && (errno == EINTR))