]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/oprofile/cpu_buffer.h
oprofile: make new cpu buffer functions part of the api
[linux-2.6-omap-h63xx.git] / drivers / oprofile / cpu_buffer.h
index 525cc4d13d8d84f7a34bda5c118ad67f132a3a3a..63f81c44846ae28b5bf2020d8fe445e4e4377d7b 100644 (file)
@@ -35,13 +35,7 @@ struct op_sample {
        unsigned long data[0];
 };
 
-struct op_entry {
-       struct ring_buffer_event *event;
-       struct op_sample *sample;
-       unsigned long irq_flags;
-       unsigned long size;
-       unsigned long *data;
-};
+struct op_entry;
 
 struct oprofile_cpu_buffer {
        unsigned long buffer_size;