dect
/
linux-2.6
Archived
13
0
Fork 0

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

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
David Woodhouse 2006-04-25 14:15:44 +01:00
parent a1b9298e55
commit 2e0e1f9f1c
1 changed files with 1 additions and 1 deletions

View File

@ -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>