Skip to content

Commit

Permalink
remove include/linux/pm_legacy.h
Browse files Browse the repository at this point in the history
Remove the obsolete and no longer used include/linux/pm_legacy.h

Reviewed-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Cc: Pavel Machek <pavel@suse.cz>
Acked-by: "Rafael J. Wysocki" <rjw@sisk.pl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jul 24, 2008
1 parent 77437fd commit d75f65f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 38 deletions.
1 change: 0 additions & 1 deletion arch/frv/kernel/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include <linux/init.h>
#include <linux/module.h>
#include <linux/pm.h>
#include <linux/pm_legacy.h>
#include <linux/sched.h>
#include <linux/interrupt.h>
#include <linux/sysctl.h>
Expand Down
1 change: 0 additions & 1 deletion arch/mips/au1000/common/power.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

#include <linux/init.h>
#include <linux/pm.h>
#include <linux/pm_legacy.h>
#include <linux/sysctl.h>
#include <linux/jiffies.h>

Expand Down
1 change: 0 additions & 1 deletion arch/x86/kernel/apm_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@
#include <linux/time.h>
#include <linux/sched.h>
#include <linux/pm.h>
#include <linux/pm_legacy.h>
#include <linux/capability.h>
#include <linux/device.h>
#include <linux/kernel.h>
Expand Down
35 changes: 0 additions & 35 deletions include/linux/pm_legacy.h

This file was deleted.

0 comments on commit d75f65f

Please sign in to comment.