mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Randy Dunlap <rdunlap@xenotime.net>
Cc: linux-kernel@vger.kernel.org, djwong@us.ibm.com
Subject: Re: mmotm 2008-11-10-14-54 uploaded (i5k_amb)
Date: Wed, 12 Nov 2008 13:54:25 -0800	[thread overview]
Message-ID: <20081112135425.7545be3e.akpm@linux-foundation.org> (raw)
In-Reply-To: <20081112132640.1c7ac924.rdunlap@xenotime.net>

On Wed, 12 Nov 2008 13:26:40 -0800
Randy Dunlap <rdunlap@xenotime.net> wrote:

> 
> drivers/hwmon/i5K_amb.c contains a few duplicated lines, causing:
> 
> mmotm-2008-1112-1148/drivers/hwmon/i5k_amb.c:500: error: redefinition of 'i5k_amb_ids'
> mmotm-2008-1112-1148/drivers/hwmon/i5k_amb.c:493: error: previous definition of 'i5k_amb_ids' was here
> 
> 
> 
> static struct pci_device_id i5k_amb_ids[] __devinitdata = {
> 	{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_5000_ERR) },
> 	{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_5400_ERR) },
> 	{ 0, }
> };
> MODULE_DEVICE_TABLE(pci, i5k_amb_ids);
> 
> static struct pci_device_id i5k_amb_ids[] __devinitdata = {
> 	{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_5000_ERR) },
> 	{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_5400_ERR) },
> 	{ 0, },
> };
> 
> MODULE_DEVICE_TABLE(pci, i5k_amb_ids);

ok, i5k_amb-load-automatically-on-all-5000-5400-chipsets.patch got
changed then merged via the i2c tree.


  reply	other threads:[~2008-11-12 21:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200811102254.mAAMsTU5029697@imap1.linux-foundation.org>
2008-11-12 21:20 ` [PATCH mmotm resend] serial/max3100: uses serial core Randy Dunlap
2008-11-12 21:26 ` mmotm 2008-11-10-14-54 uploaded (i5k_amb) Randy Dunlap
2008-11-12 21:54   ` Andrew Morton [this message]
2008-11-12 21:29 ` mmotm 2008-11-10-14-54 uploaded (RTC) Randy Dunlap
2008-11-12 21:40   ` Andrew Morton
2008-11-12 22:06   ` Alessandro Zummo

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=20081112135425.7545be3e.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=djwong@us.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rdunlap@xenotime.net \
    /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

all inboxes | Powered by JetHome®