Skip to content

Commit

Permalink
[libata] pata_jmicron: build fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Jeff Garzik committed Mar 3, 2007
1 parent bb648a0 commit 527e1e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/ata/pata_jmicron.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 527e1e1

Please sign in to comment.