mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
LinuxKPI: module.h add MODULE_SUPPORTED_DEVICE()
Add a dummy MODULE_SUPPORTED_DEVICE define as we do for other MODULE_* macros. This is needed by a wireless driver. MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D32641
This commit is contained in:
parent
fc79cf4fea
commit
c5eec7b57c
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@
|
|||
#define MODULE_LICENSE(name)
|
||||
#define MODULE_INFO(tag, info)
|
||||
#define MODULE_FIRMWARE(firmware)
|
||||
#define MODULE_SUPPORTED_DEVICE(name)
|
||||
|
||||
#define THIS_MODULE ((struct module *)0)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue