Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752995Ab0AWX2O (ORCPT ); Sat, 23 Jan 2010 18:28:14 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752850Ab0AWX2N (ORCPT ); Sat, 23 Jan 2010 18:28:13 -0500 Received: from mail-fx0-f215.google.com ([209.85.220.215]:65226 "EHLO mail-fx0-f215.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751915Ab0AWX2M (ORCPT ); Sat, 23 Jan 2010 18:28:12 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:content-transfer-encoding :in-reply-to:user-agent; b=BKmB175jN5wJEuLoohRdTQR0CLDo7dUz4uPZ0dbZaglNtpJVrkiKV+5vHOqx8LTWxt AL+Bs0S85XBxUNNKtR21o8EeVCxJxlpE2dZW8kFlwjN0HnAXmnXe2WLtri70WDGCvDjt ehC48I4rdxSwYRsemzN67m6qZCpxTUz5UcSRg= Date: Sun, 24 Jan 2010 01:28:13 +0200 From: Alexey Dobriyan To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Cc: Greg KH , linux-kernel@vger.kernel.org, Christoph Hellwig , Antonino Daplas , linux-fbdev-devel@lists.sourceforge.net, Andrew Morton Subject: Re: [PATCH 01/29] move acornfb's probe function to .devinit.text Message-ID: <20100123232813.GB4146@x200> References: <1264189758-7197-1-git-send-email-u.kleine-koenig@pengutronix.de> <1264278937-19675-1-git-send-email-u.kleine-koenig@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1264278937-19675-1-git-send-email-u.kleine-koenig@pengutronix.de> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 565 Lines: 11 On Sat, Jan 23, 2010 at 09:35:09PM +0100, Uwe Kleine-K?nig wrote: > -static int __init acornfb_probe(struct platform_device *dev) > +static int __devinit acornfb_probe(struct platform_device *dev) Even more, if this function is marked __devinit, some other functions can very well be marked __devinit, can you do this? -- 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/