mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
mips: octeon: Move cvmx-lmcx-defs.h from mach/cvmx to mach
To match all other cvmx-* header, this patch moves the already existing cvmx-lmcx-defs.h header one directory up. Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
cbcf35850a
commit
29d0897045
2 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
#include <linux/delay.h>
|
#include <linux/delay.h>
|
||||||
#include <linux/io.h>
|
#include <linux/io.h>
|
||||||
#include <mach/octeon-model.h>
|
#include <mach/octeon-model.h>
|
||||||
#include <mach/cvmx/cvmx-lmcx-defs.h>
|
#include <mach/cvmx-lmcx-defs.h>
|
||||||
#include <mach/cvmx-regs.h>
|
#include <mach/cvmx-regs.h>
|
||||||
#include <mach/cvmx-l2c-defs.h>
|
#include <mach/cvmx-l2c-defs.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue