Skip to content

Commit

Permalink
ARM: ux500: delete oldschool pin defines
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Linus Walleij committed Aug 20, 2013
1 parent 7abdcff commit 8478d26
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 748 deletions.
1 change: 0 additions & 1 deletion arch/arm/mach-ux500/board-mop500-audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion arch/arm/mach-ux500/board-mop500-pins.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

#include <asm/mach-types.h>

#include "pins-db8500.h"
#include "board-mop500.h"

enum custom_pin_cfg_t {
Expand Down
Loading

0 comments on commit 8478d26

Please sign in to comment.