udmabuf: sort headers, drop uapi/ path prefix
authorGerd Hoffmann <[email protected]>
Tue, 11 Sep 2018 13:42:04 +0000 (15:42 +0200)
committerGerd Hoffmann <[email protected]>
Wed, 12 Sep 2018 06:21:27 +0000 (08:21 +0200)
Reported-by: Laurent Pinchart <[email protected]>
Signed-off-by: Gerd Hoffmann <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Acked-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/dma-buf/udmabuf.c

index 2e8502250afecacf7afff1e4960762dc45962035..155050c741d9ba5c808656e8fd165ec440d08fb6 100644 (file)
@@ -1,17 +1,16 @@
 // SPDX-License-Identifier: GPL-2.0
-#include <linux/init.h>
-#include <linux/module.h>
+#include <linux/cred.h>
 #include <linux/device.h>
-#include <linux/kernel.h>
-#include <linux/slab.h>
-#include <linux/miscdevice.h>
 #include <linux/dma-buf.h>
 #include <linux/highmem.h>
-#include <linux/cred.h>
-#include <linux/shmem_fs.h>
+#include <linux/init.h>
+#include <linux/kernel.h>
 #include <linux/memfd.h>
-
-#include <uapi/linux/udmabuf.h>
+#include <linux/miscdevice.h>
+#include <linux/module.h>
+#include <linux/shmem_fs.h>
+#include <linux/slab.h>
+#include <linux/udmabuf.h>
 
 struct udmabuf {
        u32 pagecount;