Skip to content

Commit

Permalink
ahci: Move generic code into libahci
Browse files Browse the repository at this point in the history
This patch should contain no functional changes, just moves code
around.

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
  • Loading branch information
Anton Vorontsov authored and Jeff Garzik committed May 14, 2010
1 parent 0cbb0e7 commit 365cfa1
Show file tree
Hide file tree
Showing 4 changed files with 2,567 additions and 2,422 deletions.
2 changes: 1 addition & 1 deletion drivers/ata/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

obj-$(CONFIG_ATA) += libata.o

obj-$(CONFIG_SATA_AHCI) += ahci.o
obj-$(CONFIG_SATA_AHCI) += ahci.o libahci.o
obj-$(CONFIG_SATA_SVW) += sata_svw.o
obj-$(CONFIG_ATA_PIIX) += ata_piix.o
obj-$(CONFIG_SATA_PROMISE) += sata_promise.o
Expand Down
Loading

0 comments on commit 365cfa1

Please sign in to comment.