Skip to content

Commit

Permalink
ARM: ux500: delete custom pin control system
Browse files Browse the repository at this point in the history
At the beginning of the first patch series I included the custom
ux500 pin control system to make sure I could eventually replace
it with the standard subsystem driver. So now that we've done so,
let's remove it.

Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Linus Walleij committed May 11, 2012
1 parent ed781d3 commit 3b64c09
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 136 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-ux500/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

obj-y := clock.o cpu.o devices.o devices-common.o \
id.o pins.o usb.o timer.o
id.o usb.o timer.o
obj-$(CONFIG_CACHE_L2X0) += cache-l2x0.o
obj-$(CONFIG_UX500_SOC_DB5500) += cpu-db5500.o dma-db5500.o
obj-$(CONFIG_UX500_SOC_DB8500) += cpu-db8500.o devices-db8500.o
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 @@ -17,7 +17,6 @@
#include <mach/hardware.h>

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

enum custom_pin_cfg_t {
Expand Down
88 changes: 0 additions & 88 deletions arch/arm/mach-ux500/pins.c

This file was deleted.

46 changes: 0 additions & 46 deletions arch/arm/mach-ux500/pins.h

This file was deleted.

0 comments on commit 3b64c09

Please sign in to comment.