summaryrefslogtreecommitdiff
path: root/backport/backport-include/linux/firmware.h
blob: 186eec3e41aff720d6b2f8658dadd3ee759fb300 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __BACKPORT_LINUX_FIRMWARE_H
#define __BACKPORT_LINUX_FIRMWARE_H
#include_next <linux/firmware.h>

#if LINUX_VERSION_IS_LESS(3,14,0)
#define request_firmware_direct(fw, name, device) request_firmware(fw, name, device)
#endif

#endif /* __BACKPORT_LINUX_FIRMWARE_H */