From: Colin Ian King Date: Mon, 19 Jun 2017 10:55:21 +0000 (+0100) Subject: mmc: sdhci-pci: make guid intel_dsm_guid static X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c37f69ff2e6a4cfe6794c825b3b5b59e9429bdec;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git mmc: sdhci-pci: make guid intel_dsm_guid static The guid intel_dsm_guid does not need to be in global scope, so make it static. Signed-off-by: Colin Ian King Acked-by: Adrian Hunter Acked-by: Ulf Hansson Signed-off-by: Christoph Hellwig --- diff --git a/drivers/mmc/host/sdhci-pci-core.c b/drivers/mmc/host/sdhci-pci-core.c index 9577beb278e7..18957fea82ff 100644 --- a/drivers/mmc/host/sdhci-pci-core.c +++ b/drivers/mmc/host/sdhci-pci-core.c @@ -404,7 +404,7 @@ struct intel_host { bool d3_retune; }; -const guid_t intel_dsm_guid = +static const guid_t intel_dsm_guid = GUID_INIT(0xF6C13EA5, 0x65CD, 0x461F, 0xAB, 0x7A, 0x29, 0xF7, 0xE8, 0xD5, 0xBD, 0x61);