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
@ -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…
x
Reference in New Issue
Block a user