On Mon, 2007-01-15 at 15:17 +0530, Karthik Gopalakrishnan wrote:
> Hi Folks.
> 
> esi.h has the following extern with no corresponding definition in esi.c
> extern int ia64_esi_init (void);
> 
> The closest definition in esi.c is the following:
> static int __init esi_init (void)
> {
> ...
> }
> 
> Is this an oversight or am I missing something? I am looking at the
> 2.6.19 sources.

Hi Karthik,

   I had an ia64_esi_init() in a previous version of this patch.  Looks
like it accidentally made it's way to the final version even though the
function became esi_init(), which doesn't need a prototype.  Thanks for
spotting this.

        Alex

-- 
Alex Williamson                             HP Open Source & Linux Org.

-
To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to