mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
51ced59cc0
Make use of an Intel ACPI _DSM that provides eMMC driver strength. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Tested-by: Ludovic Desroches <ludovic.desroches@microchip.com>
6 lines
184 B
C
6 lines
184 B
C
#include <linux/module.h>
|
|
#include <linux/mmc/sdhci-pci-data.h>
|
|
|
|
struct sdhci_pci_data *(*sdhci_pci_get_data)(struct pci_dev *pdev, int slotno);
|
|
EXPORT_SYMBOL_GPL(sdhci_pci_get_data);
|