Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755880AbZJVTzj (ORCPT ); Thu, 22 Oct 2009 15:55:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752995AbZJVTzj (ORCPT ); Thu, 22 Oct 2009 15:55:39 -0400 Received: from 139.254.232.72.static.reverse.ltdomains.com ([72.232.254.139]:38678 "EHLO liberdade.minaslivre.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752494AbZJVTzi (ORCPT ); Thu, 22 Oct 2009 15:55:38 -0400 From: Thadeu Lima de Souza Cascardo To: Benjamin Herrenschmidt Cc: Thadeu Lima de Souza Cascardo , Kay Sievers , Greg Kroah-Hartman , Andrew Morton , Jan Blunck , linux-kernel@vger.kernel.org Subject: [PATCH] misc: remove MAC pmu function declaration from misc device class Date: Thu, 22 Oct 2009 17:55:32 -0200 Message-Id: <1256241334-17627-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: 935 Lines: 28 Commit 8c8709334cec803368a432a33e0f2e116d48fe07 has removed the pmu_device_init call from misc_init, but unlike other similar commits, has not removed its declaration. --- 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/