| To: | Linux-MIPS <linux-mips@linux-mips.org>, Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 07/15] MIPS: Alchemy: always build power code |
| From: | Manuel Lauss <manuel.lauss@googlemail.com> |
| Date: | Tue, 2 Aug 2011 19:51:02 +0200 |
| Cc: | Manuel Lauss <manuel.lauss@googlemail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=c4E/eW55d0u1Jjyr6jTuGw4wIQJM+hgJ7pWlIhCxmUE=; b=BbkwSjB/2PcZxlbnpy8/7BsMjs9YeqMsuLrCpWXkdd9i4dSMvUZJpfyoSdV7ge1QoX h5lbg+hKQZ5BEmLXLwliQ/WoOKe4fd7r93XHHTe8QfAisgedhWLqMNiSg8rGa9tUQqqO wctk822cud7KdCixWyDKL1rmhCiALBHqNxQ2E= |
| In-reply-to: | <1312307470-6841-1-git-send-email-manuel.lauss@googlemail.com> |
| References: | <1312307470-6841-1-git-send-email-manuel.lauss@googlemail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
No reason NOT to build it
Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
---
arch/mips/alchemy/common/power.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/arch/mips/alchemy/common/power.c b/arch/mips/alchemy/common/power.c
index e53b4ce..bdd6651 100644
--- a/arch/mips/alchemy/common/power.c
+++ b/arch/mips/alchemy/common/power.c
@@ -37,8 +37,6 @@
#include <asm/uaccess.h>
#include <asm/mach-au1x00/au1000.h>
-#ifdef CONFIG_PM
-
/*
* We need to save/restore a bunch of core registers that are
* either volatile or reset to some state across a processor sleep.
@@ -132,5 +130,3 @@ void au_sleep(void)
restore_core_regs();
}
-
-#endif /* CONFIG_PM */
--
1.7.6
|
| Previous by Date: | [PATCH 06/15] MIPS: Alchemy: more base address cleanup, Manuel Lauss |
|---|---|
| Next by Date: | [PATCH 08/15] MIPS: Alchemy: support multiple GPIO styles in one kernel, Manuel Lauss |
| Previous by Thread: | [PATCH 06/15] MIPS: Alchemy: more base address cleanup, Manuel Lauss |
| Next by Thread: | Re: [PATCH 07/15] MIPS: Alchemy: always build power code, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |