Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752106AbbL1SJm (ORCPT ); Mon, 28 Dec 2015 13:09:42 -0500 Received: from mail-lf0-f50.google.com ([209.85.215.50]:33302 "EHLO mail-lf0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751199AbbL1SJk (ORCPT ); Mon, 28 Dec 2015 13:09:40 -0500 From: Dmitry Safonov <0x7f454c46@gmail.com> To: linux-kernel@vger.kernel.org Cc: akpm@linux-foundation.org, 0x7f454c46@gmail.com Subject: [PATCH] exit: remove unneeded declaration of exit_mm Date: Mon, 28 Dec 2015 21:08:28 +0300 Message-Id: <1451326108-5621-1-git-send-email-0x7f454c46@gmail.com> X-Mailer: git-send-email 2.6.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 718 Lines: 28 Impact: small cleanup Signed-off-by: Dmitry Safonov <0x7f454c46@gmail.com> --- kernel/exit.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/kernel/exit.c b/kernel/exit.c index 07110c6..a9f392b 100644 --- a/kernel/exit.c +++ b/kernel/exit.c @@ -59,8 +59,6 @@ #include #include -static void exit_mm(struct task_struct *tsk); - static void __unhash_process(struct task_struct *p, bool group_dead) { nr_threads--; -- 2.6.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/