Looks OK to me. On Tue, 2005-04-05 at 16:04 +0200, Adrian Bunk wrote: > This patch fixes the following warning: > > <-- snip --> > > ... > CC drivers/serial/8250_acpi.o > drivers/serial/8250_acpi.c: In function `acpi_serial_ext_irq': > drivers/serial/8250_acpi.c:51: warning: implicit declaration of function > `acpi_register_gsi' > ... > > <-- snip --> > > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > > --- linux-2.6.12-rc2-mm1-full/drivers/serial/8250_acpi.c.old 2005-04-05 > 15:58:59.000000000 +0200 > +++ linux-2.6.12-rc2-mm1-full/drivers/serial/8250_acpi.c 2005-04-05 > 16:01:47.000000000 +0200 > @@ -9,6 +9,7 @@ > * (at your option) any later version. > */ > > +#include <linux/config.h> > #include <linux/acpi.h> > #include <linux/init.h> > #include <linux/module.h> >
- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
