From: Jianqun xu Date: Mon, 30 Nov 2015 06:16:53 +0000 (+0800) Subject: staging: ion: rockchip-ion make codingstyle X-Git-Tag: firefly_0821_release~3576 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8f09cde6a2612a8f07b033a18f0579169e8a9c95;p=firefly-linux-kernel-4.4.55.git staging: ion: rockchip-ion make codingstyle Change-Id: I8f61b9af34c9acf82203dc188e8d19e09b007ad9 Signed-off-by: Jianqun xu --- diff --git a/drivers/staging/android/ion/rockchip/rockchip_ion.c b/drivers/staging/android/ion/rockchip/rockchip_ion.c index 7df4d05e635e..c3e6da57de7f 100644 --- a/drivers/staging/android/ion/rockchip/rockchip_ion.c +++ b/drivers/staging/android/ion/rockchip/rockchip_ion.c @@ -1,7 +1,7 @@ /* - * drivers/gpu/rockchip/rockchip_ion.c + * drivers/staging/android/ion/rockchip/rockchip_ion.c * - * Copyright (C) 2011 Google, Inc. + * Copyright (C) 2014 ROCKCHIP, Inc. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and @@ -14,29 +14,20 @@ * */ -#include +#include #include #include -#include #include -#include "../ion_priv.h" +#include #include #include #include - -#ifdef CONFIG_OF -#include #include -#include