blob: 46355124d06850a60b38be2792cca66dac316a3b [file] [log] [blame]
#ifndef __BACKPORT_LINUX_FIRMWARE_H
#define __BACKPORT_LINUX_FIRMWARE_H
#include_next <linux/firmware.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(3,14,0)
#define request_firmware_direct(fw, name, device) request_firmware(fw, name, device)
#endif
#endif /* __BACKPORT_LINUX_FIRMWARE_H */