Loading arch/arm/kernel/swp_emulate.c +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ static const struct file_operations proc_status_fops = { .open = proc_status_open, .read = seq_read, .llseek = seq_lseek, .release = seq_release, .release = single_release, }; #endif Loading arch/arm/mach-omap1/pm.c +1 −1 Original line number Diff line number Diff line Loading @@ -557,7 +557,7 @@ static const struct file_operations omap_pm_debug_fops = { .open = omap_pm_debug_open, .read = seq_read, .llseek = seq_lseek, .release = seq_release, .release = single_release, }; static void omap_pm_init_debugfs(void) Loading Loading
arch/arm/kernel/swp_emulate.c +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ static const struct file_operations proc_status_fops = { .open = proc_status_open, .read = seq_read, .llseek = seq_lseek, .release = seq_release, .release = single_release, }; #endif Loading
arch/arm/mach-omap1/pm.c +1 −1 Original line number Diff line number Diff line Loading @@ -557,7 +557,7 @@ static const struct file_operations omap_pm_debug_fops = { .open = omap_pm_debug_open, .read = seq_read, .llseek = seq_lseek, .release = seq_release, .release = single_release, }; static void omap_pm_init_debugfs(void) Loading