]> nv-tegra.nvidia Code Review - linux-2.6.git/blobdiff - drivers/char/ipmi/ipmi_poweroff.c
[PATCH] ipmi: add full sysfs support
[linux-2.6.git] / drivers / char / ipmi / ipmi_poweroff.c
index e8ed26b77d4c71982ccb00c932ee353d432168bf..786a2802ca34044936a11bedf9f570396531e973 100644 (file)
@@ -464,7 +464,7 @@ static void ipmi_poweroff_function (void)
 
 /* Wait for an IPMI interface to be installed, the first one installed
    will be grabbed by this code and used to perform the powerdown. */
-static void ipmi_po_new_smi(int if_num)
+static void ipmi_po_new_smi(int if_num, struct device *device)
 {
        struct ipmi_system_interface_addr smi_addr;
        struct kernel_ipmi_msg            send_msg;