mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Richard Knutsson <ricknu-0@student.ltu.se>
To: linux-kernel@vger.kernel.org
Cc: Richard Knutsson <ricknu-0@student.ltu.se>
Subject: [PATCH 6/6] pci.h: Delete Replace pci_module_init()
Date: Wed, 30 Nov 2005 01:00:55 +0100 (MET)	[thread overview]
Message-ID: <20051130000605.1009.82993.sendpatchset@thinktank.campus.ltu.se> (raw)
In-Reply-To: <20051130000425.1009.94647.sendpatchset@thinktank.campus.ltu.se>

From: Richard Knutsson <ricknu-0@student.ltu.se>

Deleting no-longer-needed pci_module_init().

Need previous patches in the serie to be implemented.

Signed-off-by: Richard Knutsson <ricknu-0@student.ltu.se>

---

 pci.h |    6 ------
 1 files changed, 6 deletions(-)

diff -Narup a/include/linux/pci.h b/include/linux/pci.h
--- a/include/linux/pci.h	2005-11-29 11:09:05.000000000 +0100
+++ b/include/linux/pci.h	2005-11-29 19:14:07.000000000 +0100
@@ -277,12 +277,6 @@ struct pci_driver {
 	.vendor = PCI_ANY_ID, .device = PCI_ANY_ID, \
 	.subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID
 
-/*
- * pci_module_init is obsolete, this stays here till we fix up all usages of it
- * in the tree.
- */
-#define pci_module_init	pci_register_driver
-
 /* these external functions are only available when PCI support is enabled */
 #ifdef CONFIG_PCI
 

      parent reply	other threads:[~2005-11-30  0:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-29 23:59 [PATCH 1/6] arch: Replace pci_module_init() with pci_register_driver() Richard Knutsson
2005-11-29 23:59 ` [PATCH 2/6] drivers/block: " Richard Knutsson
2005-11-29 23:59 ` [PATCH 3/6] drivers/net: " Richard Knutsson
2005-11-30  0:00 ` [PATCH 4/6] drivers/scsi: " Richard Knutsson
2005-11-30  0:00 ` [PATCH 5/6] drivers/*rest*: " Richard Knutsson
2005-11-30  0:00 ` Richard Knutsson [this message]

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=20051130000605.1009.82993.sendpatchset@thinktank.campus.ltu.se \
    --to=ricknu-0@student.ltu.se \
    --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