Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302659
b: refs/heads/master
c: a75250b
h: refs/heads/master
i:
  302657: 7ef2a81
  302655: c25874a
v: v3
  • Loading branch information
Greg Ungerer committed May 20, 2012
1 parent 4d183c0 commit 0dc08f2
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: f23c144d4265b9251a4146e057af668bcd7667cb
refs/heads/master: a75250b3d5c5e5f76620962b45e971370f1b8ad8
2 changes: 1 addition & 1 deletion trunk/arch/m68k/platform/5206/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/5206/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, 8, 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/5206/gpio.c

This file was deleted.

0 comments on commit 0dc08f2

Please sign in to comment.