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-Tag: v4.13-rc1~213^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c37f69ff2e6a4cfe6794c825b3b5b59e9429bdec;p=thirdparty%2Fkernel%2Flinux.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 9577beb278e7d..18957fea82ff7 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);