Skip to content

Commit

Permalink
[media] omap_vout: Switch to use the video/omapfb_dss.h header file
Browse files Browse the repository at this point in the history
The omap_vout is only supported with omapfb. Switch the driver to use the
correct header file.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
  • Loading branch information
Peter Ujfalusi committed Jun 3, 2016
1 parent 62d9e44 commit 781a162
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drivers/media/platform/omap/omap_vout.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#include <media/v4l2-ioctl.h>

#include <video/omapvrfb.h>
#include <video/omapdss.h>
#include <video/omapfb_dss.h>

#include "omap_voutlib.h"
#include "omap_voutdef.h"
Expand Down
2 changes: 1 addition & 1 deletion drivers/media/platform/omap/omap_voutdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#ifndef OMAP_VOUTDEF_H
#define OMAP_VOUTDEF_H

#include <video/omapdss.h>
#include <video/omapfb_dss.h>
#include <video/omapvrfb.h>

#define YUYV_BPP 2
Expand Down
2 changes: 1 addition & 1 deletion drivers/media/platform/omap/omap_voutlib.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#include <linux/dma-mapping.h>

#include <video/omapdss.h>
#include <video/omapfb_dss.h>

#include "omap_voutlib.h"

Expand Down

0 comments on commit 781a162

Please sign in to comment.