We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca3974 commit e889173Copy full SHA for e889173
drivers/ata/Makefile
@@ -17,5 +17,5 @@ obj-$(CONFIG_SATA_ULI) += sata_uli.o
17
obj-$(CONFIG_SATA_MV) += sata_mv.o
18
obj-$(CONFIG_PDC_ADMA) += pdc_adma.o
19
20
-libata-objs := libata-core.o libata-scsi.o libata-bmdma.o libata-eh.o
+libata-objs := libata-core.o libata-scsi.o libata-sff.o libata-eh.o
21
drivers/ata/libata-bmdma.c renamed to drivers/ata/libata-sff.c
0 commit comments