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
74ba685e
Commit
74ba685e
authored
Sep 03, 2003
by
Dave Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CPUFREQ] Move kernel/cpufreq.c to drivers/cpufreq/cpufreq.c
Also remove $Id$ tag. No other code change.
parent
af8b3563
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
drivers/cpufreq/Makefile
drivers/cpufreq/Makefile
+3
-0
drivers/cpufreq/cpufreq.c
drivers/cpufreq/cpufreq.c
+0
-0
kernel/Makefile
kernel/Makefile
+0
-1
No files found.
drivers/cpufreq/Makefile
View file @
74ba685e
# CPUfreq core
obj-$(CONFIG_CPU_FREQ)
+=
cpufreq.o
# CPUfreq governors
obj-$(CONFIG_CPU_FREQ_GOV_USERSPACE)
+=
userspace.o
...
...
kernel
/cpufreq.c
→
drivers/cpufreq
/cpufreq.c
View file @
74ba685e
File moved
kernel/Makefile
View file @
74ba685e
...
...
@@ -15,7 +15,6 @@ obj-$(CONFIG_UID16) += uid16.o
obj-$(CONFIG_MODULES)
+=
ksyms.o module.o
obj-$(CONFIG_KALLSYMS)
+=
kallsyms.o
obj-$(CONFIG_PM)
+=
power/
obj-$(CONFIG_CPU_FREQ)
+=
cpufreq.o
obj-$(CONFIG_BSD_PROCESS_ACCT)
+=
acct.o
obj-$(CONFIG_COMPAT)
+=
compat.o
obj-$(CONFIG_IKCONFIG)
+=
configs.o
...
...
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