]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/oprofile/cpu_buffer.h
WorkStruct: make allyesconfig
[net-next-2.6.git] / drivers / oprofile / cpu_buffer.h
index 09abb80e05701afaa3c15ede0996ab8bda316915..49900d9e3235e613cde4e7387a3ce0acd9a10f45 100644 (file)
@@ -43,7 +43,7 @@ struct oprofile_cpu_buffer {
        unsigned long sample_lost_overflow;
        unsigned long backtrace_aborted;
        int cpu;
-       struct work_struct work;
+       struct delayed_work work;
 } ____cacheline_aligned;
 
 extern struct oprofile_cpu_buffer cpu_buffer[];