linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/3] ARM: decompress: remove unused ARCH_HAS_DECOMP_WDOG
Date: Thu, 10 Jan 2013 22:12:43 +0800	[thread overview]
Message-ID: <1357827165-9320-2-git-send-email-shawn.guo@linaro.org> (raw)
In-Reply-To: <1357827165-9320-1-git-send-email-shawn.guo@linaro.org>

ARCH_HAS_DECOMP_WDOG is only used in lib/inflate.c which is not
included in arch/arm/boot/compressed/decompress.c now.  That said,
ARCH_HAS_DECOMP_WDOG is not used at all.  Let's remove it.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
---
 arch/arm/boot/compressed/decompress.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/boot/compressed/decompress.c b/arch/arm/boot/compressed/decompress.c
index 9deb56a..24b0475 100644
--- a/arch/arm/boot/compressed/decompress.c
+++ b/arch/arm/boot/compressed/decompress.c
@@ -13,8 +13,6 @@ extern void error(char *);
 #define STATIC static
 #define STATIC_RW_DATA	/* non-static please */
 
-#define ARCH_HAS_DECOMP_WDOG
-
 /* Diagnostic functions */
 #ifdef DEBUG
 #  define Assert(cond,msg) {if(!(cond)) error(msg);}
-- 
1.7.9.5

  reply	other threads:[~2013-01-10 14:12 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-10 14:12 [PATCH 0/3] arch_decomp_wdog cleanup Shawn Guo
2013-01-10 14:12 ` Shawn Guo [this message]
2013-01-10 14:12 ` [PATCH 2/3] ARM: remove unused arch_decomp_wdog() Shawn Guo
2013-01-10 14:40   ` Jason Cooper
2013-01-10 14:12 ` [PATCH 3/3] ARM: samsung: remove unused arch_decomp_wdog() code Shawn Guo
2013-01-11  5:51   ` Kukjin Kim
2013-01-11  5:54     ` Shawn Guo
2013-01-10 19:32 ` [PATCH 0/3] arch_decomp_wdog cleanup Nicolas Pitre
2013-01-11  2:53   ` Shawn Guo
2013-01-11  3:25     ` Nicolas Pitre
2013-01-11  4:02       ` Shawn Guo
2013-01-11 17:08 ` Russell King - ARM Linux
2013-01-11 17:38   ` Kukjin Kim
2013-01-11 19:22   ` Olof Johansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1357827165-9320-2-git-send-email-shawn.guo@linaro.org \
    --to=shawn.guo@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).