Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932506AbVJZARC (ORCPT ); Tue, 25 Oct 2005 20:17:02 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932496AbVJZARA (ORCPT ); Tue, 25 Oct 2005 20:17:00 -0400 Received: from e6.ny.us.ibm.com ([32.97.182.146]:27864 "EHLO e6.ny.us.ibm.com") by vger.kernel.org with ESMTP id S932493AbVJZAQ7 (ORCPT ); Tue, 25 Oct 2005 20:16:59 -0400 Subject: Re: [PATCH 00/02] Process Events Connector From: Matt Helsley To: Andrew Morton Cc: LKML , Evgeniy Polyakov , Jean-Pierre Dion , Jesse Barnes , Guillaume Thouvenin , Badari Pulavarty , Ram Pai , CKRM-Tech , Erich Focht , elsa-devel , Gerrit Huizenga , Adrian Bunk , "Chandra S. Seetharaman" In-Reply-To: <1130285260.10680.194.camel@stark> References: <1130285260.10680.194.camel@stark> Content-Type: text/plain Date: Tue, 25 Oct 2005 17:09:38 -0700 Message-Id: <1130285378.10680.195.camel@stark> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1122 Lines: 31 The Process Events Connector uses this symbol to determine if it should respond to commands from userspace. However the it fails to link without the EXPORT_SYMBOL_GPL() macro. Signed-Off-By: Matt Helsley --- Index: linux-2.6.14-rc4/drivers/connector/connector.c =================================================================== --- linux-2.6.14-rc4.orig/drivers/connector/connector.c +++ linux-2.6.14-rc4/drivers/connector/connector.c @@ -45,10 +45,11 @@ static DECLARE_MUTEX(notify_lock); static LIST_HEAD(notify_list); static struct cn_dev cdev; int cn_already_initialized = 0; +EXPORT_SYMBOL_GPL(cn_already_initialized); /* * msg->seq and msg->ack are used to determine message genealogy. * When someone sends message it puts there locally unique sequence * and random acknowledge numbers. Sequence number may be copied into - 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/