diff options
author | Pankaj Dubey <pankaj.dubey@samsung.com> | 2016-02-25 07:09:59 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-02-25 07:24:06 +0300 |
commit | a4781441f223ac11bc539c2e2bd86ffa0c967ca7 (patch) | |
tree | d6d75de9b52fa5c7ba8cdad774daa6c97563a432 /arch/arm/mach-exynos/platsmp.c | |
parent | b11301d5adef74c8f8d80eb5a134cc4f3057aaa0 (diff) | |
download | linux-a4781441f223ac11bc539c2e2bd86ffa0c967ca7.tar.xz |
ARM: EXYNOS: Cleanup header files inclusion
This includes trivial cleanup in exynos files such as
- remove unused header files inclusion from exynos.c, s5p-dev-mfc.c,
firmware.c, pm.c.
- move inclusion of of.h from common.h to pm.c where it is really
required
Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/platsmp.c')
-rw-r--r-- | arch/arm/mach-exynos/platsmp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/platsmp.c b/arch/arm/mach-exynos/platsmp.c index da46c639f621..85c3be63d644 100644 --- a/arch/arm/mach-exynos/platsmp.c +++ b/arch/arm/mach-exynos/platsmp.c @@ -15,7 +15,6 @@ #include <linux/init.h> #include <linux/errno.h> #include <linux/delay.h> -#include <linux/device.h> #include <linux/jiffies.h> #include <linux/smp.h> #include <linux/io.h> |