linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: Randy Dunlap <rdunlap@xenotime.net>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
	linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
	Hiroshi Miura <miura@da-cha.org>,
	cpufreq@vger.kernel.org
Subject: Re: [PATCH -next] cpufreq: fix gx-suspmod.c build
Date: Mon, 30 Jan 2012 13:55:18 -0500	[thread overview]
Message-ID: <20120130185518.GA493@redhat.com> (raw)
In-Reply-To: <4F26F242.1060903@xenotime.net>

On Mon, Jan 30, 2012 at 11:40:50AM -0800, Randy Dunlap wrote:
 > From: Randy Dunlap <rdunlap@xenotime.net>
 > 
 > Fix build error & warnings:

Needs to go through Andi, or Greg, or whoever is carrying those
cpu device autoload patches now. (I lost track)

	Dave

 
 > drivers/cpufreq/gx-suspmod.c:175:35: error: macro "MODULE_DEVICE_TABLE" requires 2 arguments, but only 1 given
 > drivers/cpufreq/gx-suspmod.c:175:1: warning: data definition has no type or storage class
 > drivers/cpufreq/gx-suspmod.c:175:1: warning: type defaults to 'int' in declaration of 'MODULE_DEVICE_TABLE'
 > 
 > Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
 > Cc: Hiroshi Miura <miura@da-cha.org>
 > Cc:	Dave Jones <davej@redhat.com>
 > Cc:	cpufreq@vger.kernel.org
 > ---
 >  drivers/cpufreq/gx-suspmod.c |    2 +-
 >  1 file changed, 1 insertion(+), 1 deletion(-)
 > 
 > --- linux-next-20120130.orig/drivers/cpufreq/gx-suspmod.c
 > +++ linux-next-20120130/drivers/cpufreq/gx-suspmod.c
 > @@ -172,7 +172,7 @@ static struct pci_device_id gx_chipset_t
 >  	{ PCI_VDEVICE(CYRIX, PCI_DEVICE_ID_CYRIX_5510), },
 >  	{ 0, },
 >  };
 > -MODULE_DEVICE_TABLE(gx_chipset_tbl);
 > +MODULE_DEVICE_TABLE(x86cpu, gx_chipset_tbl);
 >  
 >  static void gx_write_byte(int reg, int value)
 >  {
---end quoted text---

  reply	other threads:[~2012-01-30 18:55 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-30  3:41 linux-next: Tree for Jan 30 Stephen Rothwell
2012-01-30 19:40 ` [PATCH -next] cpufreq: fix gx-suspmod.c build Randy Dunlap
2012-01-30 18:55   ` Dave Jones [this message]
2012-01-30 19:42 ` [PATCH -next] sound: fix include/sound/core.h warning Randy Dunlap
2012-01-30 20:15   ` Takashi Iwai
2012-01-30 19:43 ` [PATCH -next] vgaarb.h: fix build warnings Randy Dunlap
2012-03-13 21:25   ` Randy Dunlap
2012-01-31  3:08 ` [PATCH -next] mtd: fix nand/docg4.c printk format warnings Randy Dunlap
2012-01-31  3:09 ` [PATCH -next] ext4: fix balloc.c printk format warning Randy Dunlap
2012-01-31  3:49 ` [PATCH -next] ramoops: fix printk format warnings Randy Dunlap
2012-01-31  3:50 ` [PATCH -next] cifs: " Randy Dunlap
2012-01-31 10:42   ` Jeff Layton
2012-01-31 13:43     ` Steve French

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=20120130185518.GA493@redhat.com \
    --to=davej@redhat.com \
    --cc=cpufreq@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=miura@da-cha.org \
    --cc=rdunlap@xenotime.net \
    --cc=sfr@canb.auug.org.au \
    /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;
as well as URLs for NNTP newsgroup(s).