Make ipmi_chassis_status non-static as per request from Eric Hall

This commit is contained in:
Carol Hebert 2008-07-08 22:12:00 +00:00
parent c23b875c8b
commit c344f2ffe0

View File

@ -291,7 +291,7 @@ ipmi_chassis_restart_cause(struct ipmi_intf * intf)
return 0;
}
static int
int
ipmi_chassis_status(struct ipmi_intf * intf)
{
struct ipmi_rs * rsp;