diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-11-06 14:05:43 +0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-11-27 00:01:54 +0400 |
commit | 6f6d6433c08089e033756f55aecbd07d693536c4 (patch) | |
tree | 22a143cb9011340ec08bcac544f415ef058d274a /arch/arm/mach-ux500/devices.h | |
parent | d4033047bb07efd6377c45b7b92c308e3b52a6a0 (diff) | |
download | linux-6f6d6433c08089e033756f55aecbd07d693536c4.tar.xz |
ARM: ux500: Consolidate [A|D]B8500 platform data
Move the platform data from all these files into one, delete empty
files and remove all references to them.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/devices.h')
-rw-r--r-- | arch/arm/mach-ux500/devices.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/mach-ux500/devices.h b/arch/arm/mach-ux500/devices.h deleted file mode 100644 index 5bca7c605cd6..000000000000 --- a/arch/arm/mach-ux500/devices.h +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Copyright (C) ST-Ericsson SA 2010 - * - * License terms: GNU General Public License (GPL) version 2 - */ - -#ifndef __ASM_ARCH_DEVICES_H__ -#define __ASM_ARCH_DEVICES_H__ - -struct platform_device; -struct amba_device; - -extern struct amba_device ux500_pl031_device; - -#endif |