blob: 9367202e0818d482645fbc6117638dca8d103e7f [file] [log] [blame]
#ifndef __BACKPORT_SOC_CAMERA_H__
#define __BACKPORT_SOC_CAMERA_H__
#include <linux/version.h>
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,5,0)
#include_next <linux/platform_data/media/soc_camera_platform.h>
#else
#include <media/soc_camera_platform.h>
#endif /* < 4.5 */
#endif /* __BACKPORT_SOC_CAMERA_H__ */