Commit 6df205c1 authored by Dave Jones's avatar Dave Jones

Cset exclude: davej@codemonkey.org.uk|ChangeSet|20030715115826|58980

parent dae78db1
......@@ -12,6 +12,9 @@
#include <linux/proc_fs.h>
#include <asm/uaccess.h>
#define CPUFREQ_ALL_CPUS ((NR_CPUS))
/**
* cpufreq_parse_policy - parse a policy string
* @input_string: the string to parse.
......@@ -161,7 +164,7 @@ static int cpufreq_proc_read (
*/
static int cpufreq_proc_write (
struct file *file,
const char __user *buffer,
const char *buffer,
unsigned long count,
void *data)
{
......
......@@ -24,7 +24,6 @@
#define CPUFREQ_NAME_LEN 16
#define CPUFREQ_ALL_CPUS ((NR_CPUS))
/*********************************************************************
* CPUFREQ NOTIFIER INTERFACE *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment