From patchwork Fri Jun 16 06:57:11 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicholas Piggin X-Patchwork-Id: 776575 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3wprr02BPtz9s4s for ; Fri, 16 Jun 2017 17:01:04 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="qGGxny11"; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 3wprr014s5zDqJL for ; Fri, 16 Jun 2017 17:01:04 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="qGGxny11"; dkim-atps=neutral X-Original-To: linuxppc-dev@lists.ozlabs.org Delivered-To: linuxppc-dev@lists.ozlabs.org Received: from mail-pf0-x243.google.com (mail-pf0-x243.google.com [IPv6:2607:f8b0:400e:c00::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3wprlx5lJjzDq8V for ; Fri, 16 Jun 2017 16:57:33 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="qGGxny11"; dkim-atps=neutral Received: by mail-pf0-x243.google.com with SMTP id s66so4436342pfs.2 for ; Thu, 15 Jun 2017 23:57:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=zyneqx4BZzGN1xH52WhrmStYF7tnFOJKwZWRk7R4cKw=; b=qGGxny11/ayqLPk/aGz/jFOhcp7PKm75tSZRIykbR51HCkJDSQciA3lpCDpsYp7ciO Ni87cZekFYtj0tfrSEtSlT9LwYFk4LOpuLybj6nEwnK/mRnGow75Ef8GSnMg9bjKu+Ki s7AMlHXXLXM44hmMZDIPYHSaRQHXOFeNj5FR5k3I4B+NiWsVlZcJa59ag8T6x0zCwJIf 0056dC+cB5ayGMSIPHvMzvXHmhmRKwMzGOKS8H0sNtbH9kqj86/vhcGUCg8xPL6XqZH+ RjwzrhaXSl2vyYXrBQZ0bkPKwhwwGjqG71vsTIjiuuIQ/Tr3i+bVPVak5hYegvoTOWDl wSaQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=zyneqx4BZzGN1xH52WhrmStYF7tnFOJKwZWRk7R4cKw=; b=Gy5qy4z1iiiETzinQiK6bVI5Ks/uZxJ/l0+qmLpJwmrVynXtE6b7Nbc4w+/JessDGq 2y9VU8KuTYfUaWYOmue5tZ4LLjtLC7VNnORaolUsPIkUzPvpYnPQOvftobvM9znnEpp4 7/goGVlDFXRe3vxGkWkhUY3Q2zdI7QqHX+BOidnuEHWrnonethKSSbHTP4OjR3Qw1e0q T4jbzHQvF1wPZ4XdKzWLw7yARAF+BHaCzxyuqbieo+QgB/aTYNxg+MRh9stKNsl1c1sD fk6x0tD6LXeMRhv31mNu6dXdZyscEnHqpebY+yYhi4hfkFsa4zK1fQsUNTbYGvHPJXQN 816A== X-Gm-Message-State: AKS2vOxyTXQvYYPB8Dz7iT1JO2oRPMXTPp3RTsFl1PxwwlnyCFZENGxD ckAruOPGmp4dlQ== X-Received: by 10.99.64.199 with SMTP id n190mr9691890pga.281.1497596252093; Thu, 15 Jun 2017 23:57:32 -0700 (PDT) Received: from roar.au.ibm.com ([210.185.119.63]) by smtp.gmail.com with ESMTPSA id a12sm2383235pgn.62.2017.06.15.23.57.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Jun 2017 23:57:31 -0700 (PDT) From: Nicholas Piggin To: Don Zickus Subject: [PATCH v4 1/5] watchdog: remove unused declaration Date: Fri, 16 Jun 2017 16:57:11 +1000 Message-Id: <20170616065715.18390-2-npiggin@gmail.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170616065715.18390-1-npiggin@gmail.com> References: <20170616065715.18390-1-npiggin@gmail.com> X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linuxppc-dev@lists.ozlabs.org, Babu Moger , Nicholas Piggin , linux-kernel@vger.kernel.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Sender: "Linuxppc-dev" Signed-off-by: Nicholas Piggin --- include/linux/nmi.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/linux/nmi.h b/include/linux/nmi.h index aa3cd0878270..5e2e57536d98 100644 --- a/include/linux/nmi.h +++ b/include/linux/nmi.h @@ -12,9 +12,6 @@ extern void touch_softlockup_watchdog_sched(void); extern void touch_softlockup_watchdog(void); extern void touch_softlockup_watchdog_sync(void); extern void touch_all_softlockup_watchdogs(void); -extern int proc_dowatchdog_thresh(struct ctl_table *table, int write, - void __user *buffer, - size_t *lenp, loff_t *ppos); extern unsigned int softlockup_panic; extern unsigned int hardlockup_panic; void lockup_detector_init(void);