[pm:pm-cpufreq-test 45/53] drivers/cpufreq/amd_freq_sensitivity.c:52:26: error: 'struct dbs_governor' has no member named 'get_cpu_dbs_info_s'
From: kbuild test robot <hidden>
Date: 2016-02-18 02:52:35
tree: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git pm-cpufreq-test head: 9783d25b17d3924c29ab265daa0610a232a3ece4 commit: bdc88998f7119ed747ace888a907549acb5ea369 [45/53] cpufreq: governor: Drop unused governor callback and data fields config: i386-allmodconfig (attached as .config) reproduce: git checkout bdc88998f7119ed747ace888a907549acb5ea369 # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): drivers/cpufreq/amd_freq_sensitivity.c: In function 'amd_powersave_bias_target':
quoted
drivers/cpufreq/amd_freq_sensitivity.c:52:26: error: 'struct dbs_governor' has no member named 'get_cpu_dbs_info_s'
dbs_governor_of(policy)->get_cpu_dbs_info_s(policy->cpu);
^
vim +52 drivers/cpufreq/amd_freq_sensitivity.c
9c5320c8 Jacob Shin 2013-04-04 46 struct msr actual, reference;
9c5320c8 Jacob Shin 2013-04-04 47 struct cpu_data_t *data = &per_cpu(cpu_data, policy->cpu);
227e492f Rafael J. Wysocki 2016-02-07 48 struct policy_dbs_info *policy_dbs = policy->governor_data;
227e492f Rafael J. Wysocki 2016-02-07 49 struct dbs_data *od_data = policy_dbs->dbs_data;
9c5320c8 Jacob Shin 2013-04-04 50 struct od_dbs_tuners *od_tuners = od_data->tuners;
9c5320c8 Jacob Shin 2013-04-04 51 struct od_cpu_dbs_info_s *od_info =
de713ff2 Rafael J. Wysocki 2016-02-07 @52 dbs_governor_of(policy)->get_cpu_dbs_info_s(policy->cpu);
9c5320c8 Jacob Shin 2013-04-04 53
9c5320c8 Jacob Shin 2013-04-04 54 if (!od_info->freq_table)
9c5320c8 Jacob Shin 2013-04-04 55 return freq_next;
:::::: The code at line 52 was first introduced by commit
:::::: de713ff2e86e91b3e7095b96275bcea83945770a cpufreq: governor: Drop the gov pointer from struct dbs_data
:::::: TO: Rafael J. Wysocki [off-list ref]
:::::: CC: Rafael J. Wysocki [off-list ref]
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation Attachments
- .config.gz [application/octet-stream] 53452 bytes