From: Gerd Hoffmann Date: Tue, 11 Sep 2018 13:42:04 +0000 (+0200) Subject: udmabuf: sort headers, drop uapi/ path prefix X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=913965c42c57bbe359a7a79a4296731b360a2439;p=openwrt%2Fstaging%2Fblogic.git udmabuf: sort headers, drop uapi/ path prefix Reported-by: Laurent Pinchart Signed-off-by: Gerd Hoffmann Reviewed-by: Laurent Pinchart Acked-by: Daniel Vetter Link: http://patchwork.freedesktop.org/patch/msgid/20180911134216.9760-2-kraxel@redhat.com --- 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 @@ // SPDX-License-Identifier: GPL-2.0 -#include -#include +#include #include -#include -#include -#include #include #include -#include -#include +#include +#include #include - -#include +#include +#include +#include +#include +#include struct udmabuf { u32 pagecount;