Commit 21fabfb1 authored by Hans de Goede's avatar Hans de Goede Committed by Mauro Carvalho Chehab

media: ipu-bridge: Move ipu-bridge.h to include/media/

Move ipu-bridge.h to include/media/, so that it can also be used by
the atomisp code.
Reviewed-by: default avatarAndy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
parent 998af180
......@@ -5,9 +5,9 @@
#include <linux/device.h>
#include <linux/i2c.h>
#include <linux/property.h>
#include <media/v4l2-fwnode.h>
#include "ipu-bridge.h"
#include <media/ipu-bridge.h>
#include <media/v4l2-fwnode.h>
/*
* Extend this array with ACPI Hardware IDs of devices known to be working
......
......@@ -22,6 +22,8 @@
#include <linux/pm_runtime.h>
#include <linux/property.h>
#include <linux/vmalloc.h>
#include <media/ipu-bridge.h>
#include <media/v4l2-ctrls.h>
#include <media/v4l2-device.h>
#include <media/v4l2-event.h>
......@@ -29,7 +31,6 @@
#include <media/v4l2-ioctl.h>
#include <media/videobuf2-dma-sg.h>
#include "../ipu-bridge.h"
#include "ipu3-cio2.h"
struct ipu3_cio2_fmt {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment