[media] omap_vout: Switch to use the video/omapfb_dss.h header file
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>
This commit is contained in:
Родитель
62d9e44ee2
Коммит
781a162244
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include <linux/dma-mapping.h>
|
||||
|
||||
#include <video/omapdss.h>
|
||||
#include <video/omapfb_dss.h>
|
||||
|
||||
#include "omap_voutlib.h"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче