leds: lm3532: Introduce the lm3532 LED driver
[linux-2.6-block.git] / tools / perf / builtin-kvm.c
index 3d4cbc4e87c78a187d1b86c530f9783da136c7ce..dbb6f737a3e237485cb0f47d0aa83b655c25b119 100644 (file)
@@ -1080,11 +1080,9 @@ static int read_events(struct perf_kvm_stat *kvm)
                .ordered_events         = true,
        };
        struct perf_data file = {
-               .file      = {
-                       .path = kvm->file_name,
-               },
-               .mode      = PERF_DATA_MODE_READ,
-               .force     = kvm->force,
+               .path  = kvm->file_name,
+               .mode  = PERF_DATA_MODE_READ,
+               .force = kvm->force,
        };
 
        kvm->tool = eops;