|
@@ -40,7 +40,6 @@
|
|
|
|
|
|
int omap2_pm_debug;
|
|
|
u32 enable_off_mode;
|
|
|
-u32 sleep_while_idle;
|
|
|
u32 wakeup_timer_seconds;
|
|
|
u32 wakeup_timer_milliseconds;
|
|
|
|
|
@@ -639,8 +638,6 @@ static int pm_dbg_init(void)
|
|
|
|
|
|
(void) debugfs_create_file("enable_off_mode", S_IRUGO | S_IWUSR, d,
|
|
|
&enable_off_mode, &pm_dbg_option_fops);
|
|
|
- (void) debugfs_create_file("sleep_while_idle", S_IRUGO | S_IWUSR, d,
|
|
|
- &sleep_while_idle, &pm_dbg_option_fops);
|
|
|
(void) debugfs_create_file("wakeup_timer_seconds", S_IRUGO | S_IWUSR, d,
|
|
|
&wakeup_timer_seconds, &pm_dbg_option_fops);
|
|
|
(void) debugfs_create_file("wakeup_timer_milliseconds",
|