diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2018-06-07 11:29:07 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2018-06-07 11:29:07 +0000 |
| commit | 422d8af4dfd3b67f4993794c3dc8117d21aae7ec (patch) | |
| tree | c3c468df43d340f136a6e58012bb78ca8cfbae9b /sys/compat/linuxkpi/common/include/linux | |
| parent | b5e08a60e0c0828997e1e74a6a4eaa2598efad0b (diff) | |
Notes
Diffstat (limited to 'sys/compat/linuxkpi/common/include/linux')
| -rw-r--r-- | sys/compat/linuxkpi/common/include/linux/device.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/device.h b/sys/compat/linuxkpi/common/include/linux/device.h index a7b01e0a5045..e0bdd0999103 100644 --- a/sys/compat/linuxkpi/common/include/linux/device.h +++ b/sys/compat/linuxkpi/common/include/linux/device.h @@ -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) { |
