]> git.baikalelectronics.ru Git - uboot.git/commit
MIPS: drop asm/const.h
authorBaruch Siach <baruch@tkos.co.il>
Sun, 11 Nov 2018 10:31:02 +0000 (12:31 +0200)
committerStefan Roese <sr@denx.de>
Tue, 20 Nov 2018 12:08:15 +0000 (13:08 +0100)
commit8b4b8f5a0e563664ea498d7338b28d0c34841bf8
tree8c14f453f64932c606368e9bc2de5c170b42b71f
parentd8431bc983d170ea01e0c9b2cf44bd2ee0055064
MIPS: drop asm/const.h

Commit 422b8560baf16db (mips: Use common _AC macro now.) removed the _AC
definition from const.h. All other macros defined in const.h are not
used anywhere, and there is now no user of this header. Remove this
header.

Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Signed-off-by: Stefan Roese <sr@denx.de>
arch/mips/include/asm/const.h [deleted file]