From: Adrian Bunk <bunk@stusta.de>
To: Andrew Morton <akpm@osdl.org>, Dominik Brodowski <linux@brodo.de>
Cc: linux-kernel@vger.kernel.org
Subject: [-mm patch] make pcmcia_release_{io,irq} static
Date: Thu, 19 Jan 2006 02:05:36 +0100 [thread overview]
Message-ID: <20060119010536.GU19398@stusta.de> (raw)
In-Reply-To: <20060118005053.118f1abc.akpm@osdl.org>
On Wed, Jan 18, 2006 at 12:50:53AM -0800, Andrew Morton wrote:
>...
> Changes since 2.6.15-mm4:
>...
> git-pcmcia.patch
>...
> git trees
>...
We can now make pcmcia_release_{io,irq} static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.16-rc1-mm1-full/drivers/pcmcia/pcmcia_resource.c.old 2006-01-18 23:15:05.000000000 +0100
+++ linux-2.6.16-rc1-mm1-full/drivers/pcmcia/pcmcia_resource.c 2006-01-18 23:15:23.000000000 +0100
@@ -511,7 +511,7 @@
* don't bother checking the port ranges against the current socket
* values.
*/
-int pcmcia_release_io(struct pcmcia_device *p_dev, io_req_t *req)
+static int pcmcia_release_io(struct pcmcia_device *p_dev, io_req_t *req)
{
struct pcmcia_socket *s = p_dev->socket;
config_t *c = p_dev->function_config;
@@ -537,7 +537,7 @@
} /* pcmcia_release_io */
-int pcmcia_release_irq(struct pcmcia_device *p_dev, irq_req_t *req)
+static int pcmcia_release_irq(struct pcmcia_device *p_dev, irq_req_t *req)
{
struct pcmcia_socket *s = p_dev->socket;
config_t *c= p_dev->function_config;
next prev parent reply other threads:[~2006-01-19 1:05 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-18 8:50 2.6.16-rc1-mm1 Andrew Morton
2006-01-18 10:45 ` [PATCH] mempolicy.c compile fix Dominik Karall
2006-01-18 10:55 ` 2.6.16-rc1-mm1 Dominik Karall
2006-01-18 13:19 ` snd_pcm_format_name() problems [Re: 2.6.16-rc1-mm1] Jiri Slaby
2006-01-18 11:10 ` 2.6.16-rc1-mm1 Reuben Farrelly
2006-01-18 11:27 ` 2.6.16-rc1-mm1 Andrew Morton
2006-01-18 19:09 ` 2.6.16-rc1-mm1 Dave Jones
2006-01-18 21:40 ` 2.6.16-rc1-mm1 Andrew Morton
2006-01-18 21:56 ` 2.6.16-rc1-mm1 Dave Jones
2006-01-18 23:13 ` 2.6.16-rc1-mm1 Alan Cox
2006-01-18 23:37 ` 2.6.16-rc1-mm1 Dave Jones
2006-01-19 7:16 ` 2.6.16-rc1-mm1 Arjan van de Ven
2006-01-18 11:53 ` [PATCH] migrate_page_add mangled brackets during merge Andy Whitcroft
2006-01-18 12:00 ` 2.6.16-rc1-mm1 Grant Coady
2006-01-18 12:41 ` 2.6.16-rc1-mm1 Reuben Farrelly
2006-01-18 22:29 ` Wireless issues (was 2.6.16-rc1-mm1 Valdis.Kletnieks
2006-01-18 22:56 ` Andrew Morton
2006-01-19 7:33 ` Valdis.Kletnieks
2006-01-19 9:33 ` Wireless issues (was Re: 2.6.16-rc1-mm1) Dominik Brodowski
2006-01-19 1:05 ` Adrian Bunk [this message]
2006-01-19 11:14 ` [-mm patch] make pcmcia_release_{io,irq} static Dominik Brodowski
2006-01-19 3:11 ` 2.6.16-rc1-mm1: ia64 compile error Adrian Bunk
2006-01-19 3:11 ` Adrian Bunk
2006-01-19 3:27 ` Greg KH
2006-01-19 3:27 ` Greg KH
2006-01-19 3:31 ` Mark Maule
2006-01-19 3:31 ` Mark Maule
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=20060119010536.GU19398@stusta.de \
--to=bunk@stusta.de \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@brodo.de \
/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.