All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: Bjorn Helgaas <bjorn.helgaas@hp.com>
Cc: rmk+serial@arm.linux.org.uk, linux-serial@vger.kernel.org
Subject: [2.6 patch] drivers/serial/8250_acpi.c: fix a warning
Date: Tue, 5 Apr 2005 16:04:57 +0200	[thread overview]
Message-ID: <20050405140457.GE6885@stusta.de> (raw)

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 <bunk@stusta.de>

--- 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>


             reply	other threads:[~2005-04-05 14:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-05 14:04 Adrian Bunk [this message]
2005-04-05 15:28 ` [2.6 patch] drivers/serial/8250_acpi.c: fix a warning Bjorn Helgaas
  -- strict thread matches above, loose matches on Subject: below --
2005-04-15 15:10 Adrian Bunk
2005-04-15 16:10 ` Alexey Dobriyan
     [not found]   ` <E1DMTPC-000ASo-00.adobriyan-mail-ru-NYYus2/DmUsox3rIn2DAYQ@public.gmane.org>
2005-04-16  2:38     ` Adrian Bunk
2005-04-16  2:38   ` Adrian Bunk
2005-04-16  3:08     ` Herbert Xu
2005-04-16  3:08       ` Herbert Xu
2005-04-16  7:59     ` Russell King

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050405140457.GE6885@stusta.de \
    --to=bunk@stusta.de \
    --cc=bjorn.helgaas@hp.com \
    --cc=linux-serial@vger.kernel.org \
    --cc=rmk+serial@arm.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.