diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-08-20 13:19:24 +0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-08-20 13:19:24 +0400 |
commit | 8478d266c5efe5c55c161a36b9af6c627e8e0b01 (patch) | |
tree | 75db850ca6889ee5351bfeee0028c8303285f130 /arch/arm/mach-ux500/board-mop500-audio.c | |
parent | 7abdcffceea0809cf2a92b54a333504b417c4a04 (diff) | |
download | linux-8478d266c5efe5c55c161a36b9af6c627e8e0b01.tar.xz |
ARM: ux500: delete oldschool pin defines
The pin definition file dates back to a time before the pin
control subsystem. The functions called inside that pin control
driver are now deleted. Let's get rid of this file.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500-audio.c')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500-audio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-audio.c b/arch/arm/mach-ux500/board-mop500-audio.c index bfe443daf4b0..ec0807247e60 100644 --- a/arch/arm/mach-ux500/board-mop500-audio.c +++ b/arch/arm/mach-ux500/board-mop500-audio.c @@ -17,7 +17,6 @@ #include "ste-dma40-db8500.h" #include "board-mop500.h" #include "devices-db8500.h" -#include "pins-db8500.h" static struct stedma40_chan_cfg msp0_dma_rx = { .high_priority = true, |