You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
V4L/DVB: V4L2: soc-camera: export soc-camera bus type for notifications
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
c6b65ab78b
commit
52d268a362
@@ -12,12 +12,15 @@
|
||||
#ifndef SOC_CAMERA_H
|
||||
#define SOC_CAMERA_H
|
||||
|
||||
#include <linux/device.h>
|
||||
#include <linux/mutex.h>
|
||||
#include <linux/pm.h>
|
||||
#include <linux/videodev2.h>
|
||||
#include <media/videobuf-core.h>
|
||||
#include <media/v4l2-device.h>
|
||||
|
||||
extern struct bus_type soc_camera_bus_type;
|
||||
|
||||
struct soc_camera_device {
|
||||
struct list_head list;
|
||||
struct device dev;
|
||||
|
||||
Reference in New Issue
Block a user