linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cpufreq/gx: Fix the compile error
@ 2012-01-30 14:47 Alan Cox
  2012-01-30 21:07 ` Andi Kleen
  0 siblings, 1 reply; 3+ messages in thread
From: Alan Cox @ 2012-01-30 14:47 UTC (permalink / raw)
  To: ak, linux-kernel

From: Alan Cox <alan@linux.intel.com>

Someone forgot to test this one it seems.

Signed-off-by: Alan Cox <alan@linux.intel.com>
---

 drivers/cpufreq/gx-suspmod.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/drivers/cpufreq/gx-suspmod.c b/drivers/cpufreq/gx-suspmod.c
index 5a06c0b..456bee0 100644
--- a/drivers/cpufreq/gx-suspmod.c
+++ b/drivers/cpufreq/gx-suspmod.c
@@ -172,7 +172,7 @@ static struct pci_device_id gx_chipset_tbl[] __initdata = {
 	{ PCI_VDEVICE(CYRIX, PCI_DEVICE_ID_CYRIX_5510), },
 	{ 0, },
 };
-MODULE_DEVICE_TABLE(gx_chipset_tbl);
+MODULE_DEVICE_TABLE(pci, gx_chipset_tbl);
 
 static void gx_write_byte(int reg, int value)
 {


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] cpufreq/gx: Fix the compile error
  2012-01-30 14:47 [PATCH] cpufreq/gx: Fix the compile error Alan Cox
@ 2012-01-30 21:07 ` Andi Kleen
  2012-01-30 21:26   ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Andi Kleen @ 2012-01-30 21:07 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-kernel, Greg KH

On 1/30/2012 6:47 AM, Alan Cox wrote:
> From: Alan Cox<alan@linux.intel.com>
>
> Someone forgot to test this one it seems.

Sorry about that
Thanks. Greg can you please add it to the cpuid probe patchkit?

-Andi

> Signed-off-by: Alan Cox<alan@linux.intel.com>
> ---
>
>   drivers/cpufreq/gx-suspmod.c |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
>
> diff --git a/drivers/cpufreq/gx-suspmod.c b/drivers/cpufreq/gx-suspmod.c
> index 5a06c0b..456bee0 100644
> --- a/drivers/cpufreq/gx-suspmod.c
> +++ b/drivers/cpufreq/gx-suspmod.c
> @@ -172,7 +172,7 @@ static struct pci_device_id gx_chipset_tbl[] __initdata = {
>   	{ PCI_VDEVICE(CYRIX, PCI_DEVICE_ID_CYRIX_5510), },
>   	{ 0, },
>   };
> -MODULE_DEVICE_TABLE(gx_chipset_tbl);
> +MODULE_DEVICE_TABLE(pci, gx_chipset_tbl);
>
>   static void gx_write_byte(int reg, int value)
>   {
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] cpufreq/gx: Fix the compile error
  2012-01-30 21:07 ` Andi Kleen
@ 2012-01-30 21:26   ` Greg KH
  0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2012-01-30 21:26 UTC (permalink / raw)
  To: Andi Kleen; +Cc: Alan Cox, linux-kernel

On Mon, Jan 30, 2012 at 01:07:58PM -0800, Andi Kleen wrote:
> On 1/30/2012 6:47 AM, Alan Cox wrote:
> >From: Alan Cox<alan@linux.intel.com>
> >
> >Someone forgot to test this one it seems.
> 
> Sorry about that
> Thanks. Greg can you please add it to the cpuid probe patchkit?

Will do, thanks for pointing it out to me, I would have missed it.

greg k-h

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-30 21:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-30 14:47 [PATCH] cpufreq/gx: Fix the compile error Alan Cox
2012-01-30 21:07 ` Andi Kleen
2012-01-30 21:26   ` Greg KH

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).