|
@@ -37,15 +37,13 @@
|
|
#include <linux/proc_fs.h>
|
|
#include <linux/proc_fs.h>
|
|
#include <linux/string.h>
|
|
#include <linux/string.h>
|
|
#include <linux/completion.h>
|
|
#include <linux/completion.h>
|
|
|
|
+#include <linux/pm.h>
|
|
#include <linux/kdev_t.h>
|
|
#include <linux/kdev_t.h>
|
|
#include <linux/ipmi.h>
|
|
#include <linux/ipmi.h>
|
|
#include <linux/ipmi_smi.h>
|
|
#include <linux/ipmi_smi.h>
|
|
|
|
|
|
#define PFX "IPMI poweroff: "
|
|
#define PFX "IPMI poweroff: "
|
|
|
|
|
|
-/* Where to we insert our poweroff function? */
|
|
|
|
-extern void (*pm_power_off)(void);
|
|
|
|
-
|
|
|
|
/* Definitions for controlling power off (if the system supports it). It
|
|
/* Definitions for controlling power off (if the system supports it). It
|
|
* conveniently matches the IPMI chassis control values. */
|
|
* conveniently matches the IPMI chassis control values. */
|
|
#define IPMI_CHASSIS_POWER_DOWN 0 /* power down, the default. */
|
|
#define IPMI_CHASSIS_POWER_DOWN 0 /* power down, the default. */
|