mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
Implement the dev_pm_set_driver_flags() function macro in the LinuxKPI.
Submitted by: Johannes Lundberg <johalun0@gmail.com> MFC after: 1 week Sponsored by: Mellanox Technologies Sponsored by: Limelight Networks
This commit is contained in:
parent
b5e08a60e0
commit
422d8af4df
1 changed files with 3 additions and 0 deletions
|
|
@ -461,6 +461,9 @@ device_destroy(struct class *class, dev_t devt)
|
|||
device_unregister(device_get_softc(bsddev));
|
||||
}
|
||||
|
||||
#define dev_pm_set_driver_flags(dev, flags) do { \
|
||||
} while (0)
|
||||
|
||||
static inline void
|
||||
linux_class_kfree(struct class *class)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue