Re: [PATCH] mmc: mmci: stop building qcom dml as module

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





-#ifdef CONFIG_MMC_QCOM_DML
+#if IS_ENABLED(CONFIG_MMC_QCOM_DML)

Because you change CONFIG_MMC_QCOM_DML beeing a bool instead of
tristate, then I don't think you need to change this to IS_ENABLED().

Correct!?
Yep, that's correct Will respin the patch without this change



  int dml_hw_init(struct mmci_host *host, struct device_node *np);
  void dml_start_xfer(struct mmci_host *host, struct mmc_data *data);
  #else
--
2.9.3


Otherwise this looks good to me.

Kind regards
Uffe

--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux USB Devel]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux