From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw01.freescale.net (az33egw01.freescale.net [192.88.158.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw01.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 34793DE10B for ; Thu, 13 Dec 2007 03:56:08 +1100 (EST) Date: Wed, 12 Dec 2007 10:56:00 -0600 From: Scott Wood To: Anton Vorontsov Subject: Re: [PATCH RFC 3/7] [POWERPC] CPM2: implement GPIO API Message-ID: <20071212165600.GD4329@loki.buserror.net> References: <20071210204705.GA31263@localhost.localdomain> <20071210204845.GC32278@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20071210204845.GC32278@localhost.localdomain> Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Dec 10, 2007 at 11:48:45PM +0300, Anton Vorontsov wrote: > +EXPORT_SYMBOL_GPL(gpio_request); > +EXPORT_SYMBOL_GPL(gpio_direction_input); > +EXPORT_SYMBOL_GPL(gpio_direction_output); > +EXPORT_SYMBOL_GPL(gpio_get_value); > +EXPORT_SYMBOL_GPL(gpio_set_value); These look like APIs, not internal functions. Why the GPL DRM? -Scott