Browse Source

staging: drm/imx: Remove duplicate inclusion of linux/videodev2.h

linux/videodev2.h was included twice.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Sachin Kamat 12 years ago
parent
commit
30aeee29f6
2 changed files with 0 additions and 2 deletions
  1. 0 1
      arch/arm/mach-omap2/board-overo.c
  2. 0 1
      drivers/staging/imx-drm/ipu-v3/imx-ipu-v3.h

+ 0 - 1
arch/arm/mach-omap2/board-overo.c

@@ -45,7 +45,6 @@
 #include <asm/mach/flash.h>
 #include <asm/mach/map.h>
 
-#include "common.h"
 #include <video/omapdss.h>
 #include <video/omap-panel-generic-dpi.h>
 #include <video/omap-panel-tfp410.h>

+ 0 - 1
drivers/staging/imx-drm/ipu-v3/imx-ipu-v3.h

@@ -16,7 +16,6 @@
 #include <linux/videodev2.h>
 #include <linux/bitmap.h>
 #include <linux/fb.h>
-#include <linux/videodev2.h>
 
 struct ipu_soc;