Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302668
b: refs/heads/master
c: f198f9c
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer committed May 20, 2012
1 parent 69bb3b3 commit 7ad2eeb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 29 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bb70e21b5268b9d7b591bef442c10b9d368eb93d
refs/heads/master: f198f9cd857a1a59f94a56fa5a6fbfc437a2bc0a
2 changes: 1 addition & 1 deletion trunk/arch/m68k/platform/5407/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@

asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1

obj-y := config.o gpio.o
obj-y := config.o

9 changes: 9 additions & 0 deletions trunk/arch/m68k/platform/5407/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@
#include <asm/machdep.h>
#include <asm/coldfire.h>
#include <asm/mcfsim.h>
#include <asm/mcfgpio.h>

/***************************************************************************/

struct mcf_gpio_chip mcf_gpio_chips[] = {
MCFGPS(PP, 0, 16, MCFSIM_PADDR, MCFSIM_PADAT, MCFSIM_PADAT),
};

unsigned int mcf_gpio_chips_size = ARRAY_SIZE(mcf_gpio_chips);

/***************************************************************************/

Expand Down
27 changes: 0 additions & 27 deletions trunk/arch/m68k/platform/5407/gpio.c

This file was deleted.

0 comments on commit 7ad2eeb

Please sign in to comment.