driver:mpam: Fix the compilations issues when ACPI is not selected
commit b9787ba7836e4f02b5e4db4fca59bdf5ce8b1df5 from git@git.assembla.com:cavium/WindRiver.linux.git Fix the compilation issues encountered while ACPI is not enabled in kernel configuration. Following are the fixes 1) Remove the duplicate definition of find_acpi_cpu_cache_topology() 2) Make sure the ACPI API is called only if ACPI is selected in MPAM driver. 3)Include linux/module.h in mpam driver. Change-Id: I056d93c6cbd82756bded72fac1ab8f76fae33ab0 Signed-off-by: George Cherian <george.cherian@marvell.com> Reviewed-on: https://sj1git1.cavium.com/c/IP/SW/kernel/linux/+/100541 Tested-by: sa_ip-sw-jenkins <sa_ip-sw-jenkins@marvell.com> Reviewed-by: Sunil Kovvuri Goutham <sgoutham@marvell.com> Signed-off-by: Ruiqiang Hao <Ruiqiang.Hao@windriver.com>