|
@@ -271,7 +271,6 @@ static void pseries_idle_devices_uninit(void)
|
|
|
static int pseries_idle_devices_init(void)
|
|
|
{
|
|
|
int i;
|
|
|
- struct cpuidle_driver *drv = &pseries_idle_driver;
|
|
|
struct cpuidle_device *dev;
|
|
|
|
|
|
pseries_cpuidle_devices = alloc_percpu(struct cpuidle_device);
|
|
@@ -280,7 +279,6 @@ static int pseries_idle_devices_init(void)
|
|
|
|
|
|
for_each_possible_cpu(i) {
|
|
|
dev = per_cpu_ptr(pseries_cpuidle_devices, i);
|
|
|
- dev->state_count = drv->state_count;
|
|
|
dev->cpu = i;
|
|
|
if (cpuidle_register_device(dev)) {
|
|
|
printk(KERN_DEBUG \
|