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:
Hans Petter Selasky 2018-06-07 11:29:07 +00:00
parent b5e08a60e0
commit 422d8af4df
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334774

View File

@ -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)
{