diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2022-05-20 21:50:01 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2022-06-10 14:05:12 +0000 |
| commit | 0e981d79b19da8fc550ea0dbe46e8658be988db4 (patch) | |
| tree | 64d3eba789bdb1bd2028c164acd0dfb896f5673e /sys/compat/linuxkpi/common/include/linux/kernel.h | |
| parent | 60408c23c9505de0366aa21ce61eb57bd528d1ad (diff) | |
Diffstat (limited to 'sys/compat/linuxkpi/common/include/linux/kernel.h')
| -rw-r--r-- | sys/compat/linuxkpi/common/include/linux/kernel.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/kernel.h b/sys/compat/linuxkpi/common/include/linux/kernel.h index 51f2ffe01e15..4987c582f0f3 100644 --- a/sys/compat/linuxkpi/common/include/linux/kernel.h +++ b/sys/compat/linuxkpi/common/include/linux/kernel.h @@ -597,10 +597,6 @@ extern bool linux_cpu_has_clflush; #define cpu_has_clflush linux_cpu_has_clflush #endif -typedef struct pm_message { - int event; -} pm_message_t; - /* Swap values of a and b */ #define swap(a, b) do { \ typeof(a) _swap_tmp = a; \ |
