diff options
author | Stefan Roese <sr@denx.de> | 2020-12-11 17:05:56 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2021-04-28 10:05:11 +0200 |
commit | cbcf35850a206d5ebb01a68a2d32a89d37f567d5 (patch) | |
tree | 59e3a86448a522e4a5c203b5dc29c89d857c1d5c /arch/mips/mach-octeon/cvmx-coremask.c | |
parent | 2335cf39f62c2a639ff383f608d63ab1fc149d8a (diff) |
mips: octeon: Misc changes required because of the newly added headers
With the newly added headers and their restructuring (which macro is
defined where), some changes in the already existing Octeon files are
necessary. This patch makes the necessary changes.
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/mips/mach-octeon/cvmx-coremask.c')
-rw-r--r-- | arch/mips/mach-octeon/cvmx-coremask.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/mach-octeon/cvmx-coremask.c b/arch/mips/mach-octeon/cvmx-coremask.c index cff8c08b975..ed673e49931 100644 --- a/arch/mips/mach-octeon/cvmx-coremask.c +++ b/arch/mips/mach-octeon/cvmx-coremask.c @@ -14,6 +14,7 @@ #include <mach/cvmx-fuse.h> #include <mach/octeon-model.h> #include <mach/octeon-feature.h> +#include <mach/cvmx-ciu-defs.h> struct cvmx_coremask *get_coremask_override(struct cvmx_coremask *pcm) { |