From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harvey Harrison Subject: Re: [PATCH] fbcon: replace mono_col macro with static inline Date: Tue, 26 Feb 2008 12:51:14 -0800 Message-ID: <1204059074.5582.35.camel@brick> References: <1203963237.5582.4.camel@brick> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Geert Uytterhoeven Cc: Antonino Daplas , Andrew Morton , LKML , Linux Frame Buffer Device Development On Tue, 2008-02-26 at 09:18 +0100, Geert Uytterhoeven wrote: > On Mon, 25 Feb 2008, Harvey Harrison wrote: > > +static inline int mono_col(struct fb_info *info) > ^^^^^^^^^^^^^^^^^^^^ > const struct fb_info *info? > I suppose, but seeing as it's an inline, does it really matter? Harvey