]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
video: exynos_dp: remove unnecessary header includes
authorJingoo Han <jg1.han@samsung.com>
Fri, 4 May 2012 06:25:36 +0000 (15:25 +0900)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Sun, 13 May 2012 13:05:52 +0000 (13:05 +0000)
Remove unnecessary headers from the file.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
drivers/video/exynos/exynos_dp_core.c
drivers/video/exynos/exynos_dp_reg.c

index 6e9f3ce2a4b12deb51844aa5ef9378a86f92dc5e..ef4d1ab4cf4d7236fedb2f41c0025529c56afa07 100644 (file)
@@ -21,8 +21,6 @@
 
 #include <video/exynos_dp.h>
 
-#include <plat/cpu.h>
-
 #include "exynos_dp_core.h"
 
 static int exynos_dp_init_dp(struct exynos_dp_device *dp)
index 3863726f5874d9d6ecac08fbcfbc19293f87dd2e..99bafb82537e8905710725bca26ecf37496e3026 100644 (file)
@@ -16,8 +16,6 @@
 
 #include <video/exynos_dp.h>
 
-#include <plat/cpu.h>
-
 #include "exynos_dp_core.h"
 #include "exynos_dp_reg.h"