diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2017-01-31 22:08:32 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2017-02-07 16:01:04 +0100 |
commit | 4b483ed0be8b4aa8006300d502148aa4548fb261 (patch) | |
tree | badf6632522c033869770671478321638c36c072 /arch/arm/mach-ux500/board-mop500.h | |
parent | Merge tag 'samsung-soc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/g... (diff) | |
download | linux-4b483ed0be8b4aa8006300d502148aa4548fb261.tar.xz linux-4b483ed0be8b4aa8006300d502148aa4548fb261.zip |
ARM: ux500: cut some platform data
This platform data is revoked: the drivers are getting the DMA
configuration from the device tree, it has been done like that
since the DMA support was merged and this data has not been used
since. The remaining auxdata is also unused.
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.h')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.h b/arch/arm/mach-ux500/board-mop500.h deleted file mode 100644 index 7c7b0adca582..000000000000 --- a/arch/arm/mach-ux500/board-mop500.h +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright (C) ST-Ericsson SA 2010 - * - * License terms: GNU General Public License (GPL) version 2 - */ - -#ifndef __BOARD_MOP500_H -#define __BOARD_MOP500_H - -#include <linux/platform_data/asoc-ux500-msp.h> - -extern struct msp_i2s_platform_data msp0_platform_data; -extern struct msp_i2s_platform_data msp1_platform_data; -extern struct msp_i2s_platform_data msp2_platform_data; -extern struct msp_i2s_platform_data msp3_platform_data; - -#endif |