public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Hans-Jürgen Koch" <hjk@linutronix.de>
To: Denis Cheng <crquan@gmail.com>
Cc: Greg Kroah-Hartman <gregkh@suse.de>,
	linux-kernel@vger.kernel.org, cr_quan@163.com
Subject: Re: [PATCH 2/3] uio: mark pci_device_id hilscher_pci_ids[] __devinitdata
Date: Sun, 3 Feb 2008 01:27:58 +0100	[thread overview]
Message-ID: <20080203012758.3e7c370c@dilbert.local> (raw)
In-Reply-To: <1201945897-32297-2-git-send-email-crquan@gmail.com>

Am Sat,  2 Feb 2008 17:51:36 +0800
schrieb Denis Cheng <crquan@gmail.com>:

Makes sense.

> Signed-off-by: Denis Cheng <crquan@gmail.com>

Signed-off-by: Hans J. Koch <hjk@linutronix.de>

> ---
>  drivers/uio/uio_cif.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/uio/uio_cif.c b/drivers/uio/uio_cif.c
> index 838bae4..4a5a97e 100644
> --- a/drivers/uio/uio_cif.c
> +++ b/drivers/uio/uio_cif.c
> @@ -116,7 +116,7 @@ static void hilscher_pci_remove(struct pci_dev
> *dev) kfree (info);
>  }
>  
> -static struct pci_device_id hilscher_pci_ids[] = {
> +static struct pci_device_id hilscher_pci_ids[] __devinitdata = {
>  	{
>  		.vendor =	PCI_VENDOR_ID_PLX,
>  		.device =	PCI_DEVICE_ID_PLX_9030,

  parent reply	other threads:[~2008-02-03  0:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] < <1201945897-32297-1-git-send-email-crquan@gmail.com>
2008-02-02  9:51 ` [PATCH 1/3] uio: Kconfig improvements Denis Cheng
2008-02-02  9:51   ` [PATCH 2/3] uio: mark pci_device_id hilscher_pci_ids[] __devinitdata Denis Cheng
2008-02-02  9:51     ` [PATCH 3/3] uio: vm_operations_struct ->nopage to ->fault method conversion Denis Cheng
2008-02-02 10:37       ` Nick Piggin
2008-02-03  0:27     ` Hans-Jürgen Koch [this message]
2008-02-03  0:12   ` [PATCH 1/3] uio: Kconfig improvements Hans-Jürgen Koch

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=20080203012758.3e7c370c@dilbert.local \
    --to=hjk@linutronix.de \
    --cc=cr_quan@163.com \
    --cc=crquan@gmail.com \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox