Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2e0e1f9f authored by David Woodhouse's avatar David Woodhouse
Browse files

Don't include <linux/device.h> from user-visible part of linux/ipmi.h

parent a1b9298e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@

#include <linux/ipmi_msgdefs.h>
#include <linux/compiler.h>
#include <linux/device.h>

/*
 * This file describes an interface to an IPMI driver.  You have to
@@ -210,6 +209,7 @@ struct kernel_ipmi_msg
 */
#include <linux/list.h>
#include <linux/module.h>
#include <linux/device.h>

#ifdef CONFIG_PROC_FS
#include <linux/proc_fs.h>