um: get rid of pointless include "..." where include <...> will do
[deliverable/linux.git] / arch / um / drivers / ubd_kern.c
index 0643e5bc9f41310b78f5b8cc36cc7abb6175e4f3..41bf72073cccafd9bbd918ded89e6263d6883b93 100644 (file)
 #include <linux/platform_device.h>
 #include <linux/scatterlist.h>
 #include <asm/tlbflush.h>
-#include "kern_util.h"
+#include <kern_util.h>
 #include "mconsole_kern.h"
-#include "init.h"
-#include "irq_kern.h"
+#include <init.h>
+#include <irq_kern.h>
 #include "ubd.h"
-#include "os.h"
+#include <os.h>
 #include "cow.h"
 
 enum ubd_req { UBD_READ, UBD_WRITE };
This page took 0.027808 seconds and 5 git commands to generate.