Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755098Ab3IHPXT (ORCPT ); Sun, 8 Sep 2013 11:23:19 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:59361 "EHLO mail-pb0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752271Ab3IHPXS (ORCPT ); Sun, 8 Sep 2013 11:23:18 -0400 From: Jiang Liu To: Andrew Morton , Shaohua Li , Wang YanQing Cc: liuj97@gmail.com, Jiang Liu , Peter Zijlstra , Ingo Molnar , Steven Rostedt , Paul Gortmaker , liguang , linux-kernel@vger.kernel.org Subject: [PATCH v1 3/3] SMP, trivial: remove unused code from smp_boot.h Date: Sun, 8 Sep 2013 23:22:25 +0800 Message-Id: <1378653745-8343-3-git-send-email-liuj97@gmail.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1378653745-8343-1-git-send-email-liuj97@gmail.com> References: <1378653745-8343-1-git-send-email-liuj97@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1330 Lines: 40 From: Jiang Liu Function smpboot_thread_schedule() is never defined or used, so remove it from smp_boot.h. Signed-off-by: Jiang Liu Cc: Jiang Liu Cc: Jiang Liu Cc: Andrew Morton Cc: Wang YanQing Cc: Shaohua Li Cc: Peter Zijlstra Cc: Ingo Molnar Cc: Steven Rostedt Cc: Paul Gortmaker Cc: liguang Cc: linux-kernel@vger.kernel.org --- include/linux/smpboot.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/smpboot.h b/include/linux/smpboot.h index 13e9296..d600afb 100644 --- a/include/linux/smpboot.h +++ b/include/linux/smpboot.h @@ -47,6 +47,5 @@ struct smp_hotplug_thread { int smpboot_register_percpu_thread(struct smp_hotplug_thread *plug_thread); void smpboot_unregister_percpu_thread(struct smp_hotplug_thread *plug_thread); -int smpboot_thread_schedule(void); #endif -- 1.8.1.2 -- 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/