Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32043da7 authored by Peter Ujfalusi's avatar Peter Ujfalusi
Browse files

drm/omap: Do not include video/omapdss.h directly in drivers



All drivers to include the omapdrm/dss/omapdss.h header file. This header
includes the <video/omapdss.h>

Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
parent 5fd7447a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -14,9 +14,10 @@
#include <linux/platform_device.h>
#include <linux/of.h>

#include <video/omapdss.h>
#include <video/omap-panel-data.h>

#include "../dss/omapdss.h"

struct panel_drv_data {
	struct omap_dss_device dssdev;
	struct omap_dss_device *in;
+2 −2
Original line number Diff line number Diff line
@@ -15,10 +15,10 @@
#include <linux/slab.h>

#include <drm/drm_edid.h>

#include <video/omapdss.h>
#include <video/omap-panel-data.h>

#include "../dss/omapdss.h"

static const struct omap_video_timings dvic_default_timings = {
	.x_res		= 640,
	.y_res		= 480,
+2 −2
Original line number Diff line number Diff line
@@ -16,10 +16,10 @@
#include <linux/of_gpio.h>

#include <drm/drm_edid.h>

#include <video/omapdss.h>
#include <video/omap-panel-data.h>

#include "../dss/omapdss.h"

static const struct omap_video_timings hdmic_default_timings = {
	.x_res		= 640,
	.y_res		= 480,
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
#include <linux/slab.h>
#include <linux/of_gpio.h>

#include <video/omapdss.h>
#include "../dss/omapdss.h"

struct panel_drv_data {
	struct omap_dss_device dssdev;
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
#include <linux/slab.h>
#include <linux/of_gpio.h>

#include <video/omapdss.h>
#include "../dss/omapdss.h"

struct panel_drv_data {
	struct omap_dss_device dssdev;
Loading