Messages in this thread |  | | | Date | Sat, 26 May 2001 21:02:21 -0400 | | From | Jeff Garzik <> | | Subject | Re: 2.4.5 does not link on Ruffian (alpha) |
| |
Andrea Arcangeli wrote: > diff -urN alpha/arch/alpha/kernel/sys_dp264.c alpha-1/arch/alpha/kernel/sys_dp264.c > --- alpha/arch/alpha/kernel/sys_dp264.c Sun Apr 1 01:17:07 2001 > +++ alpha-1/arch/alpha/kernel/sys_dp264.c Wed May 23 02:43:49 2001 > @@ -16,15 +16,18 @@ > #include <linux/pci.h> > #include <linux/init.h> > > +#define __EXTERN_INLINE inline > +#include <asm/io.h> > +#include <asm/core_tsunami.h> > +#undef __EXTERN_INLINE > +
Why is "__EXTERN_INLINE" defined as "inline" not "extern inline"?
I simply added "extern" and things started working (as noted in my previous message in this thread)..
-- Jeff Garzik | Disbelief, that's why you fail. Building 1024 | MandrakeSoft | - 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/
|  |