[PATCH] pata_jmicron: remove spurious #endif

From: Luca Tettamanti
Date: Sat Mar 03 2007 - 15:15:51 EST


Hello,
commit 438ac6d5e3f8106a6bd1a5682c508d660294a85d causes a build failure:

CC drivers/ata/pata_jmicron.o
/home/kronos/src/linux-2.6.git/drivers/ata/pata_jmicron.c:247:2: error: #endif without #if
make[3]: *** [drivers/ata/pata_jmicron.o] Error 1

Remove a spurious #endif in pata_jmicron driver.

Signed-Off-By: Luca Tettamanti <kronos.it@xxxxxxxxx>
---

drivers/ata/pata_jmicron.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/ata/pata_jmicron.c b/drivers/ata/pata_jmicron.c
index 033319e..43763c9 100644
--- a/drivers/ata/pata_jmicron.c
+++ b/drivers/ata/pata_jmicron.c
@@ -244,7 +244,6 @@ static void __exit jmicron_exit(void)
{
pci_unregister_driver(&jmicron_pci_driver);
}
-#endif

module_init(jmicron_init);
module_exit(jmicron_exit);


Luca
--
You and me baby ain't nothin' but mammals
So let's do it like they do on the Discovery Channel
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/