diff options
| author | Gerd Hoffmann <kraxel@redhat.com> | 2018-09-11 09:42:04 -0400 |
|---|---|---|
| committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-09-12 02:21:27 -0400 |
| commit | 913965c42c57bbe359a7a79a4296731b360a2439 (patch) | |
| tree | e06d01917478482adbd8ebd790a3d7b2130f341b | |
| parent | ad9ff96f65383f8296082158f7e44e466caaf71d (diff) | |
udmabuf: sort headers, drop uapi/ path prefix
Reported-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20180911134216.9760-2-kraxel@redhat.com
| -rw-r--r-- | drivers/dma-buf/udmabuf.c | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/drivers/dma-buf/udmabuf.c b/drivers/dma-buf/udmabuf.c index 2e8502250afe..155050c741d9 100644 --- a/drivers/dma-buf/udmabuf.c +++ b/drivers/dma-buf/udmabuf.c | |||
| @@ -1,17 +1,16 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0 | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | #include <linux/init.h> | 2 | #include <linux/cred.h> |
| 3 | #include <linux/module.h> | ||
| 4 | #include <linux/device.h> | 3 | #include <linux/device.h> |
| 5 | #include <linux/kernel.h> | ||
| 6 | #include <linux/slab.h> | ||
| 7 | #include <linux/miscdevice.h> | ||
| 8 | #include <linux/dma-buf.h> | 4 | #include <linux/dma-buf.h> |
| 9 | #include <linux/highmem.h> | 5 | #include <linux/highmem.h> |
| 10 | #include <linux/cred.h> | 6 | #include <linux/init.h> |
| 11 | #include <linux/shmem_fs.h> | 7 | #include <linux/kernel.h> |
| 12 | #include <linux/memfd.h> | 8 | #include <linux/memfd.h> |
| 13 | 9 | #include <linux/miscdevice.h> | |
| 14 | #include <uapi/linux/udmabuf.h> | 10 | #include <linux/module.h> |
| 11 | #include <linux/shmem_fs.h> | ||
| 12 | #include <linux/slab.h> | ||
| 13 | #include <linux/udmabuf.h> | ||
| 15 | 14 | ||
| 16 | struct udmabuf { | 15 | struct udmabuf { |
| 17 | u32 pagecount; | 16 | u32 pagecount; |
