public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pata_jmicron: remove spurious #endif
@ 2007-03-03 20:15 Luca Tettamanti
  2007-03-05 22:08 ` Kok, Auke
  0 siblings, 1 reply; 3+ messages in thread
From: Luca Tettamanti @ 2007-03-03 20:15 UTC (permalink / raw)
  To: Tejun Heo; +Cc: linux-kernel

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@gmail.com>
---

 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-03-05 22:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-03 20:15 [PATCH] pata_jmicron: remove spurious #endif Luca Tettamanti
2007-03-05 22:08 ` Kok, Auke
2007-03-05 22:53   ` Luca Tettamanti

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