From 8f09cde6a2612a8f07b033a18f0579169e8a9c95 Mon Sep 17 00:00:00 2001 From: Jianqun xu Date: Mon, 30 Nov 2015 14:16:53 +0800 Subject: [PATCH] staging: ion: rockchip-ion make codingstyle Change-Id: I8f61b9af34c9acf82203dc188e8d19e09b007ad9 Signed-off-by: Jianqun xu --- .../android/ion/rockchip/rockchip_ion.c | 341 ++++++++---------- include/linux/rockchip_ion.h | 22 +- 2 files changed, 158 insertions(+), 205 deletions(-) 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