From 577dddb5b7d6e0f962ea06ed80b85bc6ec5ca7d8 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 12 Oct 2023 19:03:57 -0400 Subject: microblaze: Remove common.h usage We can remove common.h from most cases of the code here, and only a few places need an additional header instead. Signed-off-by: Tom Rini Acked-by: Michal Simek --- arch/microblaze/include/asm/cpuinfo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/microblaze/include') diff --git a/arch/microblaze/include/asm/cpuinfo.h b/arch/microblaze/include/asm/cpuinfo.h index 3c58e52217c..fbd9418a2f8 100644 --- a/arch/microblaze/include/asm/cpuinfo.h +++ b/arch/microblaze/include/asm/cpuinfo.h @@ -6,6 +6,8 @@ #ifndef __ASM_MICROBLAZE_CPUINFO_H #define __ASM_MICROBLAZE_CPUINFO_H +#include + /** * struct microblaze_cpuinfo - CPU info for microblaze processor core. * -- cgit v1.3.1