Skip to content

Commit

Permalink
x86, rdc321x: remove/move leftover files
Browse files Browse the repository at this point in the history
Impact: cleanup

Move/remove leftover RDC321 files. Now that it's not a subarch anymore,
arch/x86/mach-rdc321x and arch/x86/include/asm/mach-rdc321x/ are not
needed.

One include file was still in use: rdc321x_defs.h, move that to the
generic x86 asm header directory.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed Jan 18, 2009
1 parent f3b8436 commit 5662a2f
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 329 deletions.
60 changes: 0 additions & 60 deletions arch/x86/include/asm/mach-rdc321x/gpio.h

This file was deleted.

File renamed without changes.
5 changes: 0 additions & 5 deletions arch/x86/mach-rdc321x/Makefile

This file was deleted.

194 changes: 0 additions & 194 deletions arch/x86/mach-rdc321x/gpio.c

This file was deleted.

69 changes: 0 additions & 69 deletions arch/x86/mach-rdc321x/platform.c

This file was deleted.

2 changes: 1 addition & 1 deletion drivers/watchdog/rdc321x_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include <linux/io.h>
#include <linux/uaccess.h>

#include <asm/mach-rdc321x/rdc321x_defs.h>
#include <asm/rdc321x_defs.h>

#define RDC_WDT_MASK 0x80000000 /* Mask */
#define RDC_WDT_EN 0x00800000 /* Enable bit */
Expand Down

0 comments on commit 5662a2f

Please sign in to comment.