Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757252AbZJ3ToI (ORCPT ); Fri, 30 Oct 2009 15:44:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757021AbZJ3ToH (ORCPT ); Fri, 30 Oct 2009 15:44:07 -0400 Received: from 139.254.232.72.static.reverse.ltdomains.com ([72.232.254.139]:55076 "EHLO liberdade.minaslivre.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755635AbZJ3ToF (ORCPT ); Fri, 30 Oct 2009 15:44:05 -0400 From: Thadeu Lima de Souza Cascardo To: benh@kernel.crashing.org Cc: Thadeu Lima de Souza Cascardo , Kay Sievers , Greg Kroah-Hartman , Andrew Morton , Jan Blunck , linux-kernel@vger.kernel.org Subject: [PATCH resend] misc: remove MAC pmu function declaration from misc device class Date: Fri, 30 Oct 2009 17:43:35 -0200 Message-Id: <1256931816-5802-1-git-send-email-cascardo@holoscopio.com> X-Mailer: git-send-email 1.6.3.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1007 Lines: 30 Commit 8c8709334cec803368a432a33e0f2e116d48fe07 has removed the pmu_device_init call from misc_init, but unlike other similar commits, has not removed its declaration. Signed-off-by: Thadeu Lima de Souza Cascardo --- drivers/char/misc.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/char/misc.c b/drivers/char/misc.c index 07fa612..afc8e26 100644 --- a/drivers/char/misc.c +++ b/drivers/char/misc.c @@ -63,8 +63,6 @@ static DEFINE_MUTEX(misc_mtx); #define DYNAMIC_MINORS 64 /* like dynamic majors */ static unsigned char misc_minors[DYNAMIC_MINORS / 8]; -extern int pmu_device_init(void); - #ifdef CONFIG_PROC_FS static void *misc_seq_start(struct seq_file *seq, loff_t *pos) { -- 1.6.3.3 -- 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/