diff options
| author | Tom Rini <[email protected]> | 2023-10-12 19:03:58 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-10-24 16:34:45 -0400 |
| commit | 8991fed97dbd5fe79354b533b32c78742a126d02 (patch) | |
| tree | 765abd03321f62d779040d00bc40ad9a6fcb1e90 /arch/mips/include | |
| parent | 577dddb5b7d6e0f962ea06ed80b85bc6ec5ca7d8 (diff) | |
mips: 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]>
Diffstat (limited to 'arch/mips/include')
| -rw-r--r-- | arch/mips/include/asm/cacheops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/cacheops.h b/arch/mips/include/asm/cacheops.h index 641e2ad58de..c1015c885e1 100644 --- a/arch/mips/include/asm/cacheops.h +++ b/arch/mips/include/asm/cacheops.h @@ -11,6 +11,7 @@ #include <asm/cache.h> #ifndef __ASSEMBLY__ +#include <linux/types.h> static inline void mips_cache(int op, const volatile void *addr) { |
