mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] fix synclink_gt compile for latest struct pci_driver changes
@ 2005-11-13 16:30 Paul Fulghum
  0 siblings, 0 replies; only message in thread
From: Paul Fulghum @ 2005-11-13 16:30 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

This fixes the synclink_gt driver so it compiles with
the latest struct pci_driver changes that remove the
owner field.

Signed-off-by: Paul Fulghum <paulkf@microgate.com>

--- linux-2.6.15-rc1/drivers/char/synclink_gt.c	2005-11-12 18:38:16.000000000 -0600
+++ linux-2.6.15-rc1-mg/drivers/char/synclink_gt.c	2005-11-12 18:38:35.000000000 -0600
@@ -111,7 +111,6 @@ MODULE_DEVICE_TABLE(pci, pci_table);
 static int  init_one(struct pci_dev *dev,const struct pci_device_id *ent);
 static void remove_one(struct pci_dev *dev);
 static struct pci_driver pci_driver = {
-	.owner          = THIS_MODULE,
 	.name		= "synclink_gt",
 	.id_table	= pci_table,
 	.probe		= init_one,



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-11-13 16:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-13 16:30 [PATCH] fix synclink_gt compile for latest struct pci_driver changes Paul Fulghum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome