]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/trace/power.h
tracing, power-trace: make it build even if the power-tracer is turned off
[linux-2.6-omap-h63xx.git] / include / trace / power.h
index 2c733e58e89cca26e1ec27b0da7c5264bfccfeb0..38aca537e49765dce6939c110080f0496b00a5f3 100644 (file)
@@ -11,12 +11,10 @@ enum {
 };
 
 struct power_trace {
-#ifdef CONFIG_POWER_TRACER
        ktime_t                 stamp;
        ktime_t                 end;
        int                     type;
        int                     state;
-#endif
 };
 
 DECLARE_TRACE(power_start,