mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Paul Fulghum <paulkf@microgate.com>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: [PATCH] fix synclink_gt compile for latest struct pci_driver changes
Date: Sun, 13 Nov 2005 10:30:47 -0600	[thread overview]
Message-ID: <1131899447.2910.4.camel@x2.pipehead.org> (raw)

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,



                 reply	other threads:[~2005-11-13 16:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1131899447.2910.4.camel@x2.pipehead.org \
    --to=paulkf@microgate.com \
    --cc=akpm@osdl.org \
    --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

Powered by JetHome