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

Commit db152276 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] v4l2-mc.h: prevent it for being included twice



Don't let it be included twice, to avoid compiler issues.

Acked-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent f7b4b54e
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -14,6 +14,9 @@
 * GNU General Public License for more details.
 * GNU General Public License for more details.
 */
 */


#ifndef _V4L2_MC_H
#define _V4L2_MC_H

#include <media/media-device.h>
#include <media/media-device.h>


/**
/**
@@ -136,3 +139,5 @@ struct media_device *v4l2_mc_pci_media_device_init(struct pci_dev *pci_dev,
}
}


#endif
#endif

#endif