diff options
| author | Tom Rini <[email protected]> | 2023-10-12 19:03:57 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-10-24 16:34:45 -0400 |
| commit | 577dddb5b7d6e0f962ea06ed80b85bc6ec5ca7d8 (patch) | |
| tree | c3b4c7f085a54877cde520f63ffc9580c303fed6 /arch/microblaze/include | |
| parent | 07011890a60fe45074defbe39f4dca90f82c4955 (diff) | |
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 <[email protected]>
Acked-by: Michal Simek <[email protected]>
Diffstat (limited to 'arch/microblaze/include')
| -rw-r--r-- | arch/microblaze/include/asm/cpuinfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <linux/types.h> + /** * struct microblaze_cpuinfo - CPU info for microblaze processor core. * |
