diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-06-21 00:01:26 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-07-12 12:24:08 +0300 |
commit | cd1dc431d02afda521bed53b7c87a678a3ac246f (patch) | |
tree | 0e08a9208cfb554de41d3781ef4c9669b004fc39 /arch/arm/mach-ux500/cache-l2x0.c | |
parent | 4cf124f9a9d0d3505b6335d6061da54f83125b8e (diff) | |
download | linux-cd1dc431d02afda521bed53b7c87a678a3ac246f.tar.xz |
ARM: ux500: consolidate soc_device code in id.c
Nothing else uses the global dbx500_asic_id structure, so
we can merge the two small files that reference it into one.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/cache-l2x0.c')
-rw-r--r-- | arch/arm/mach-ux500/cache-l2x0.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/cache-l2x0.c b/arch/arm/mach-ux500/cache-l2x0.c index d7abc1187769..adec59cc2e1d 100644 --- a/arch/arm/mach-ux500/cache-l2x0.c +++ b/arch/arm/mach-ux500/cache-l2x0.c @@ -12,7 +12,6 @@ #include <asm/hardware/cache-l2x0.h> #include "db8500-regs.h" -#include "id.h" static int __init ux500_l2x0_unlock(void) { |