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
47717033
Commit
47717033
authored
Jul 15, 2003
by
Dave Jones
Committed by
Dave Jones
Jul 15, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CPUFREQ] Fix PPC compilation failure.
parent
bc412382
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
drivers/cpufreq/proc_intf.c
drivers/cpufreq/proc_intf.c
+1
-4
include/linux/cpufreq.h
include/linux/cpufreq.h
+1
-0
No files found.
drivers/cpufreq/proc_intf.c
View file @
47717033
...
@@ -12,9 +12,6 @@
...
@@ -12,9 +12,6 @@
#include <linux/proc_fs.h>
#include <linux/proc_fs.h>
#include <asm/uaccess.h>
#include <asm/uaccess.h>
#define CPUFREQ_ALL_CPUS ((NR_CPUS))
/**
/**
* cpufreq_parse_policy - parse a policy string
* cpufreq_parse_policy - parse a policy string
* @input_string: the string to parse.
* @input_string: the string to parse.
...
@@ -164,7 +161,7 @@ static int cpufreq_proc_read (
...
@@ -164,7 +161,7 @@ static int cpufreq_proc_read (
*/
*/
static
int
cpufreq_proc_write
(
static
int
cpufreq_proc_write
(
struct
file
*
file
,
struct
file
*
file
,
const
char
*
buffer
,
const
char
__user
*
buffer
,
unsigned
long
count
,
unsigned
long
count
,
void
*
data
)
void
*
data
)
{
{
...
...
include/linux/cpufreq.h
View file @
47717033
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
#define CPUFREQ_NAME_LEN 16
#define CPUFREQ_NAME_LEN 16
#define CPUFREQ_ALL_CPUS ((NR_CPUS))
/*********************************************************************
/*********************************************************************
* CPUFREQ NOTIFIER INTERFACE *
* CPUFREQ NOTIFIER INTERFACE *
...
...
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