Commit 6edb6764409392836b44a61b06d94954efd6200f

Authored by Corey Minyard
Committed by Linus Torvalds
1 parent 2f95d51308

ipmi: remove ipmi_smi.h self-include

There is no need for linux/ipmi_smi.h to include itself.

Signed-off-by: Corey Minyard <minyard@acm.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

include/linux/ipmi_smi.h
... ... @@ -39,7 +39,6 @@
39 39 #include <linux/module.h>
40 40 #include <linux/device.h>
41 41 #include <linux/platform_device.h>
42   -#include <linux/ipmi_smi.h>
43 42  
44 43 /* This files describes the interface for IPMI system management interface
45 44 drivers to bind into the IPMI message handler. */