Skip to content

Commit

Permalink
move a few definitions to au1000_xxs1500.c
Browse files Browse the repository at this point in the history
Only a few definitions is in xxs1500.h .
They can be move to au1000_xxs1500.c .

[m.kozlowski@tuxland.pl: fix unbalanced parenthesis]
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Yoichi Yuasa authored and Linus Torvalds committed Oct 16, 2007
1 parent 24d6572 commit b5446b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 36 deletions.
5 changes: 4 additions & 1 deletion drivers/pcmcia/au1000_xxs1500.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@

#include <asm/au1000.h>
#include <asm/au1000_pcmcia.h>
#include <asm/xxs1500.h>

#define PCMCIA_MAX_SOCK 0
#define PCMCIA_NUM_SOCKS (PCMCIA_MAX_SOCK + 1)
#define PCMCIA_IRQ AU1000_GPIO_4

#if 0
#define DEBUG(x,args...) printk(__FUNCTION__ ": " x,##args)
Expand Down
35 changes: 0 additions & 35 deletions include/asm-mips/xxs1500.h

This file was deleted.

0 comments on commit b5446b5

Please sign in to comment.