summaryrefslogtreecommitdiff
path: root/backport/backport-include/linux/platform_data/media/timb_radio.h
blob: 91923fd32fe1eb38e0a0ff8e6973922389e2ce5b (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __BACKPORT_TIMB_RADIO_
#define __BACKPORT_TIMB_RADIO_
#include <linux/version.h>
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,5,0)
#include_next <linux/platform_data/media/timb_radio.h>
#else
#include <media/timb_radio.h>
#endif /* < 4.5 */

#endif /* __BACKPORT_TIMB_RADIO_ */