X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=include%2Flinux%2Fdevfreq.h;h=98ce8124b1cc5e5fb2e61fcf89cc8bd3cc0a7e82;hb=fe10e6f4b24ef8ca12cb4d2368deb4861ab1861b;hp=afb94583960c9f0b0c1bc2a896ec747f4422e156;hpb=2380078cdb7e6d520e33dcf834e0be979d542e48;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; }; /**