Skip to content

Commit

Permalink
[PATCH] ipmi: allow userland to include ipmi.h
Browse files Browse the repository at this point in the history
The IPMI driver include file needs to include compiler.h so it has definitions
for __user and such.

Signed-off-by: Corey Minyard <minyard@acm.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Corey Minyard authored and Linus Torvalds committed Sep 7, 2005
1 parent 8f05ee9 commit 07766f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/ipmi.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#define __LINUX_IPMI_H

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

/*
* This file describes an interface to an IPMI driver. You have to
Expand Down

0 comments on commit 07766f2

Please sign in to comment.