aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include
diff options
context:
space:
mode:
authorManuel Lauss <manuel.lauss@googlemail.com>2009-10-15 13:32:01 -0400
committerRalf Baechle <ralf@linux-mips.org>2010-02-27 06:52:55 -0500
commit66a1d9baf4962defb3fc41439e3a22e752182f9f (patch)
treed60f67828c1a867427ea3a8450906632be866a2e /arch/mips/include
parentb6e6d120c8dd9c9cd888645b01299e2a55d873a4 (diff)
MIPS: Alchemy: remove unused SYS area structure
Nothing in-tree uses it, so get rid of it. Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include')
-rw-r--r--arch/mips/include/asm/mach-au1x00/au1000.h49
1 files changed, 0 insertions, 49 deletions
diff --git a/arch/mips/include/asm/mach-au1x00/au1000.h b/arch/mips/include/asm/mach-au1x00/au1000.h
index 2c524a87ecb6..088c8e0f43bb 100644
--- a/arch/mips/include/asm/mach-au1x00/au1000.h
+++ b/arch/mips/include/asm/mach-au1x00/au1000.h
@@ -1692,53 +1692,4 @@ enum soc_au1200_ints {
1692#define PCMCIA_MEM_PSEUDO_PHYS (PCMCIA_MEM_PHYS_ADDR >> 4) 1692#define PCMCIA_MEM_PSEUDO_PHYS (PCMCIA_MEM_PHYS_ADDR >> 4)
1693#define PCMCIA_PSEUDO_END (0xffffffff) 1693#define PCMCIA_PSEUDO_END (0xffffffff)
1694 1694
1695#ifndef _LANGUAGE_ASSEMBLY
1696typedef volatile struct {
1697 /* 0x0000 */ u32 toytrim;
1698 /* 0x0004 */ u32 toywrite;
1699 /* 0x0008 */ u32 toymatch0;
1700 /* 0x000C */ u32 toymatch1;
1701 /* 0x0010 */ u32 toymatch2;
1702 /* 0x0014 */ u32 cntrctrl;
1703 /* 0x0018 */ u32 scratch0;
1704 /* 0x001C */ u32 scratch1;
1705 /* 0x0020 */ u32 freqctrl0;
1706 /* 0x0024 */ u32 freqctrl1;
1707 /* 0x0028 */ u32 clksrc;
1708 /* 0x002C */ u32 pinfunc;
1709 /* 0x0030 */ u32 reserved0;
1710 /* 0x0034 */ u32 wakemsk;
1711 /* 0x0038 */ u32 endian;
1712 /* 0x003C */ u32 powerctrl;
1713 /* 0x0040 */ u32 toyread;
1714 /* 0x0044 */ u32 rtctrim;
1715 /* 0x0048 */ u32 rtcwrite;
1716 /* 0x004C */ u32 rtcmatch0;
1717 /* 0x0050 */ u32 rtcmatch1;
1718 /* 0x0054 */ u32 rtcmatch2;
1719 /* 0x0058 */ u32 rtcread;
1720 /* 0x005C */ u32 wakesrc;
1721 /* 0x0060 */ u32 cpupll;
1722 /* 0x0064 */ u32 auxpll;
1723 /* 0x0068 */ u32 reserved1;
1724 /* 0x006C */ u32 reserved2;
1725 /* 0x0070 */ u32 reserved3;
1726 /* 0x0074 */ u32 reserved4;
1727 /* 0x0078 */ u32 slppwr;
1728 /* 0x007C */ u32 sleep;
1729 /* 0x0080 */ u32 reserved5[32];
1730 /* 0x0100 */ u32 trioutrd;
1731#define trioutclr trioutrd
1732 /* 0x0104 */ u32 reserved6;
1733 /* 0x0108 */ u32 outputrd;
1734#define outputset outputrd
1735 /* 0x010C */ u32 outputclr;
1736 /* 0x0110 */ u32 pinstaterd;
1737#define pininputen pinstaterd
1738} AU1X00_SYS;
1739
1740static AU1X00_SYS * const sys = (AU1X00_SYS *)SYS_BASE;
1741
1742#endif
1743
1744#endif 1695#endif