Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sparc: fix a building error reported by kbuild
>> arch/sparc/include/asm/topology_64.h:44:44: error: implicit declaration of function 'cpu_data' [-Werror=implicit-function-declaration] #define topology_physical_package_id(cpu) (cpu_data(cpu).proc_id) ^ Let's include cpudata.h in topology_64.h. Cc: Sam Ravnborg <[email protected]> Cc: David S. Miller <[email protected]> Cc: [email protected] Suggested-by: Sam Ravnborg <[email protected]> Signed-off-by: Gonglei <[email protected]> Acked-by: Sam Ravnborg <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information