LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Richard Knutsson <ricknu-0@student.ltu.se>
To: Ryan Jackson <rjackson@lnxi.com>, Dave Olsen <dolsen@lnxi.com>,
David Woodhouse <dwmw2@infradead.org>
Cc: linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: [PATCH] mtd/maps/ck804xrom.c: Remove #if 0'ed code
Date: Wed, 14 Feb 2007 01:54:56 +0100 [thread overview]
Message-ID: <45D25DE0.3090601@student.ltu.se> (raw)
In-Reply-To: <20070214004002.4391.40668.sendpatchset@thinktank.campus.ltu.se>
Remove #if 0'ed code (to get rid of pci_module_init()).
Signed-off-by: Richard Knutsson <ricknu-0@student.ltu.se>
---
Compile-tested with "allyes", "allmod" & "allno" on i386
More suitable description, sorry for the noise
diff --git a/drivers/mtd/maps/ck804xrom.c b/drivers/mtd/maps/ck804xrom.c
index 238d42e..1998172 100644
--- a/drivers/mtd/maps/ck804xrom.c
+++ b/drivers/mtd/maps/ck804xrom.c
@@ -310,15 +310,6 @@ static struct pci_device_id ck804xrom_pci_tbl[] = {
MODULE_DEVICE_TABLE(pci, ck804xrom_pci_tbl);
-#if 0
-static struct pci_driver ck804xrom_driver = {
- .name = MOD_NAME,
- .id_table = ck804xrom_pci_tbl,
- .probe = ck804xrom_init_one,
- .remove = ck804xrom_remove_one,
-};
-#endif
-
static int __init init_ck804xrom(void)
{
struct pci_dev *pdev;
@@ -337,9 +328,6 @@ static int __init init_ck804xrom(void)
return retVal;
}
return -ENXIO;
-#if 0
- return pci_module_init(&ck804xrom_driver);
-#endif
}
static void __exit cleanup_ck804xrom(void)
prev parent reply other threads:[~2007-02-14 0:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-14 0:40 [PATCH] mtd/maps/ck804xrom.c: pci_module_init to pci_register_driver Richard Knutsson
2007-02-14 0:54 ` 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=45D25DE0.3090601@student.ltu.se \
--to=ricknu-0@student.ltu.se \
--cc=dolsen@lnxi.com \
--cc=dwmw2@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=rjackson@lnxi.com \
--subject='Re: [PATCH] mtd/maps/ck804xrom.c: Remove #if 0'\''ed code' \
/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
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).