Skip to content

Commit

Permalink
ipmi: remove ipmi_smi.h self-include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Corey Minyard authored and Linus Torvalds committed Mar 12, 2010
1 parent 2f95d51 commit 6edb676
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/ipmi_smi.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
#include <linux/module.h>
#include <linux/device.h>
#include <linux/platform_device.h>
#include <linux/ipmi_smi.h>

/* This files describes the interface for IPMI system management interface
drivers to bind into the IPMI message handler. */
Expand Down

0 comments on commit 6edb676

Please sign in to comment.