Driver core: convert mmc code to use struct device
[safe/jmp/linux-2.6] / include / asm-arm / cpu.h
index fcbdd40..715426b 100644 (file)
 #ifndef __ASM_ARM_CPU_H
 #define __ASM_ARM_CPU_H
 
-#include <linux/config.h>
 #include <linux/percpu.h>
 
 struct cpuinfo_arm {
        struct cpu      cpu;
 #ifdef CONFIG_SMP
+       struct task_struct *idle;
        unsigned int    loops_per_jiffy;
 #endif
 };