From: Corey Minyard Date: Tue, 6 Sep 2005 22:18:40 +0000 (-0700) Subject: [PATCH] ipmi: allow userland to include ipmi.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=07766f241b54d67999907d529b99ffaa61d8b7d9;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git [PATCH] ipmi: allow userland to include ipmi.h The IPMI driver include file needs to include compiler.h so it has definitions for __user and such. Signed-off-by: Corey Minyard Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/ipmi.h b/include/linux/ipmi.h index 846b69899776..dd30adedd07d 100644 --- a/include/linux/ipmi.h +++ b/include/linux/ipmi.h @@ -35,6 +35,7 @@ #define __LINUX_IPMI_H #include +#include /* * This file describes an interface to an IPMI driver. You have to