Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
e239395d
Commit
e239395d
authored
Jul 17, 2003
by
Patrick Mochel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[power] Create drivers/power/
Move kernel/suspend.c -> drivers/power/swsusp.c
parent
376846cf
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
1 deletion
+2
-1
drivers/Makefile
drivers/Makefile
+1
-0
drivers/power/Makefile
drivers/power/Makefile
+1
-0
drivers/power/swsusp.c
drivers/power/swsusp.c
+0
-0
kernel/Makefile
kernel/Makefile
+0
-1
No files found.
drivers/Makefile
View file @
e239395d
...
...
@@ -49,3 +49,4 @@ obj-$(CONFIG_ISDN_BOOL) += isdn/
obj-$(CONFIG_MCA)
+=
mca/
obj-$(CONFIG_EISA)
+=
eisa/
obj-$(CONFIG_CPU_FREQ)
+=
cpufreq/
obj-$(CONFIG_PM)
+=
power/
drivers/power/Makefile
0 → 100644
View file @
e239395d
obj-$(CONFIG_SOFTWARE_SUSPEND)
+=
swsusp.o
kernel/suspend
.c
→
drivers/power/swsusp
.c
View file @
e239395d
File moved
kernel/Makefile
View file @
e239395d
...
...
@@ -17,7 +17,6 @@ obj-$(CONFIG_KALLSYMS) += kallsyms.o
obj-$(CONFIG_PM)
+=
pm.o
obj-$(CONFIG_CPU_FREQ)
+=
cpufreq.o
obj-$(CONFIG_BSD_PROCESS_ACCT)
+=
acct.o
obj-$(CONFIG_SOFTWARE_SUSPEND)
+=
suspend.o
obj-$(CONFIG_COMPAT)
+=
compat.o
ifneq
($(CONFIG_IA64),y)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment