qcacmn: Remove arch_get_cpu_efficiency references from hif napi layer

Compilation error is seen for 32 bit builds as arch_get_cpu_efficiency
is not exported in 64 bit architecture cpu.

Remove arch_get_cpu_efficiency references from hif napi layer as this
information is not used as of now.

Change-Id: I68c31b1008696fc84bc5a563d45eaa507ae92981
CRs-Fixed: 1071783
This commit is contained in:
Govind Singh
2016-09-27 23:04:17 +05:30
کامیت شده توسط qcabuildsw
والد ae4176f7c2
کامیت 861d5da41d
2فایلهای تغییر یافته به همراه2 افزوده شده و 11 حذف شده

مشاهده پرونده

@@ -192,8 +192,6 @@ struct qca_napi_info {
* @thread_mask: mask for this core within the cluster
* @max_freq: maximum clock this core can be clocked at
* same for all cpus of the same core.
* @efficiency: a coefficient to mark relative efficiency
* same for all cpus of the same core.
* @napis: bitmap of napi instances on this core
* cluster_nxt: chain to link cores within the same cluster
*
@@ -220,7 +218,6 @@ struct qca_napi_cpu {
cpumask_t core_mask;
cpumask_t thread_mask;
unsigned int max_freq;
unsigned long efficiency;
uint32_t napis;
int cluster_nxt; /* index, not pointer */
};