]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: uniphier: move outer cache register macros to .c file
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 10 Aug 2016 07:08:44 +0000 (16:08 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 11 Aug 2016 08:49:32 +0000 (17:49 +0900)
commit95646e1d756151ce469d0d1eb6144b4ff050b843
treec0c7b709b688504ce63b8ff600940525e50eeb0c
parentc21fadfe17b723a39328272bf03b080fa93a0b0c
ARM: uniphier: move outer cache register macros to .c file

Now, all of these macros are only used in cache-uniphier.c, so
there is no need to export them in a header file.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/arm32/cache-uniphier.c
arch/arm/mach-uniphier/arm32/ssc-regs.h [deleted file]