rk: revert to v3.10
[firefly-linux-kernel-4.4.55.git] / include / linux / reboot.h
index 2ca9ed7cfc9b621d693f43ced731f1946b5121a4..23b36304cd881bb77bfb0ca092b0e4346b88d87d 100644 (file)
 #define SYS_HALT       0x0002  /* Notify of system halt */
 #define SYS_POWER_OFF  0x0003  /* Notify of system power off */
 
-enum reboot_mode {
-       REBOOT_COLD = 0,
-       REBOOT_WARM,
-};
-
 extern int register_reboot_notifier(struct notifier_block *);
 extern int unregister_reboot_notifier(struct notifier_block *);