mfd: Drop data_size from mfd_cell struct
[pandora-kernel.git] / include / linux / perf_event.h
index 614615b..f495c01 100644 (file)
@@ -878,8 +878,8 @@ enum perf_event_context_type {
  * Used as a container for task events and CPU events as well:
  */
 struct perf_event_context {
-       enum perf_event_context_type    type;
        struct pmu                      *pmu;
+       enum perf_event_context_type    type;
        /*
         * Protect the states of the events in the list,
         * nr_active, and the list: