Merge branch 'x86/urgent' into x86/mm, to pick up dependent fix
[linux-2.6-microblaze.git] / tools / power / cpupower / lib / cpuidle.c
index 9bd4c76..852d254 100644 (file)
@@ -319,7 +319,7 @@ static unsigned int sysfs_cpuidle_read_file(const char *fname, char *buf,
 
        snprintf(path, sizeof(path), PATH_TO_CPU "cpuidle/%s", fname);
 
-       return sysfs_read_file(path, buf, buflen);
+       return cpupower_read_sysfs(path, buf, buflen);
 }