Skip to content

Commit

Permalink
Don't include <linux/device.h> from user-visible part of linux/ipmi.h
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
David Woodhouse committed Apr 25, 2006
1 parent a1b9298 commit 2e0e1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/ipmi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 2e0e1f9

Please sign in to comment.