X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fdevfreq.h;h=98ce8124b1cc5e5fb2e61fcf89cc8bd3cc0a7e82;hb=56f54e7d671969da13693e5a147438f2cc50ca9b;hp=afb94583960c9f0b0c1bc2a896ec747f4422e156;hpb=2cbb6160b56038aad0ce0b05bed7a75d6f086171;p=pandora-kernel.git diff --git a/include/linux/devfreq.h b/include/linux/devfreq.h index afb94583960c..98ce8124b1cc 100644 --- a/include/linux/devfreq.h +++ b/include/linux/devfreq.h @@ -41,7 +41,7 @@ struct devfreq_dev_status { unsigned long total_time; unsigned long busy_time; unsigned long current_frequency; - void *private_date; + void *private_data; }; /**