linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] video: exynos_dp: remove unnecessary header includes
@ 2012-05-04  6:25 Jingoo Han
  2012-05-13 20:51 ` Florian Tobias Schandinat
  0 siblings, 1 reply; 2+ messages in thread
From: Jingoo Han @ 2012-05-04  6:25 UTC (permalink / raw)
  To: linux-fbdev

Remove unnecessary headers from the file.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
---
 drivers/video/exynos/exynos_dp_core.c |    2 --
 drivers/video/exynos/exynos_dp_reg.c  |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/drivers/video/exynos/exynos_dp_core.c b/drivers/video/exynos/exynos_dp_core.c
index 6e9f3ce..ef4d1ab 100644
--- a/drivers/video/exynos/exynos_dp_core.c
+++ b/drivers/video/exynos/exynos_dp_core.c
@@ -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)
diff --git a/drivers/video/exynos/exynos_dp_reg.c b/drivers/video/exynos/exynos_dp_reg.c
index 3863726..99bafb8 100644
--- a/drivers/video/exynos/exynos_dp_reg.c
+++ b/drivers/video/exynos/exynos_dp_reg.c
@@ -16,8 +16,6 @@
 
 #include <video/exynos_dp.h>
 
-#include <plat/cpu.h>
-
 #include "exynos_dp_core.h"
 #include "exynos_dp_reg.h"
 
-- 
1.7.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] video: exynos_dp: remove unnecessary header includes
  2012-05-04  6:25 [PATCH v2] video: exynos_dp: remove unnecessary header includes Jingoo Han
@ 2012-05-13 20:51 ` Florian Tobias Schandinat
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Tobias Schandinat @ 2012-05-13 20:51 UTC (permalink / raw)
  To: linux-fbdev

On 05/04/2012 06:25 AM, Jingoo Han wrote:
> Remove unnecessary headers from the file.
> 
> Signed-off-by: Jingoo Han <jg1.han@samsung.com>

Applied.


Thanks,

Florian Tobias Schandinat

> ---
>  drivers/video/exynos/exynos_dp_core.c |    2 --
>  drivers/video/exynos/exynos_dp_reg.c  |    2 --
>  2 files changed, 0 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/video/exynos/exynos_dp_core.c b/drivers/video/exynos/exynos_dp_core.c
> index 6e9f3ce..ef4d1ab 100644
> --- a/drivers/video/exynos/exynos_dp_core.c
> +++ b/drivers/video/exynos/exynos_dp_core.c
> @@ -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)
> diff --git a/drivers/video/exynos/exynos_dp_reg.c b/drivers/video/exynos/exynos_dp_reg.c
> index 3863726..99bafb8 100644
> --- a/drivers/video/exynos/exynos_dp_reg.c
> +++ b/drivers/video/exynos/exynos_dp_reg.c
> @@ -16,8 +16,6 @@
>  
>  #include <video/exynos_dp.h>
>  
> -#include <plat/cpu.h>
> -
>  #include "exynos_dp_core.h"
>  #include "exynos_dp_reg.h"
>  


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-13 20:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-04  6:25 [PATCH v2] video: exynos_dp: remove unnecessary header includes Jingoo Han
2012-05-13 20:51 ` Florian Tobias Schandinat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).