@@ -15,7 +15,7 @@ config MMC_ARMMMCI
If unsure, say N.
config MMC_QCOM_DML
- tristate "Qualcomm Data Mover for SD Card Controller"
+ bool "Qualcomm Data Mover for SD Card Controller"
depends on MMC_ARMMMCI && QCOM_BAM_DMA
default y
help
b/drivers/mmc/host/mmci_qcom_dml.c
@@ -97,6 +97,7 @@ void dml_start_xfer(struct mmci_host *host, struct
mmc_data *data)
/* make sure the dml is configured before dma is triggered */
wmb();
}
+EXPORT_SYMBOL_GPL(dml_start_xfer);
static int of_get_dml_pipe_index(struct device_node *np, const char *name)