tcp: avoid order-1 allocations on wifi and tx path
[cascardo/linux.git] / include / linux / ipmi.h
index bbd156b..48dcba9 100644 (file)
@@ -220,10 +220,10 @@ struct kernel_ipmi_msg {
  * The in-kernel interface.
  */
 #include <linux/list.h>
-#include <linux/device.h>
 #include <linux/proc_fs.h>
 
 struct module;
+struct device;
 
 /* Opaque type for a IPMI message user.  One of these is needed to
    send and receive messages. */