From: Russell King <rmk@arm.linux.org.uk>
To: Dominik Brodowski <linux@brodo.de>
Cc: torvalds@transmeta.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] pcmcia: update register_pcmcia_driver users
Date: Thu, 27 Feb 2003 22:13:01 +0000 [thread overview]
Message-ID: <20030227221301.C16645@flint.arm.linux.org.uk> (raw)
In-Reply-To: <20030227184110.GA22487@brodo.de>; from linux@brodo.de on Thu, Feb 27, 2003 at 07:41:10PM +0100
On Thu, Feb 27, 2003 at 07:41:10PM +0100, Dominik Brodowski wrote:
> +static struct pcmcia_driver airo_driver = {
> + .drv.name = "airo_cs",
Can we stop doing this please, and instead write it as:
.drv = {
.name = "airo_cs",
},
I'd like the kernel to remain buildable on the stable compilers suitable
for ARM targets, namely gcc 2.95.3 and gcc 2.95.4.
--
Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux
http://www.arm.linux.org.uk/personal/aboutme.html
prev parent reply other threads:[~2003-02-27 22:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-27 18:41 [PATCH] pcmcia: update register_pcmcia_driver users Dominik Brodowski
2003-02-27 22:13 ` Russell King [this message]
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=20030227221301.C16645@flint.arm.linux.org.uk \
--to=rmk@arm.linux.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@brodo.de \
--cc=torvalds@transmeta.com \
/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.