1
0
Fork 0

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 <colin.king@canonical.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
hifive-unleashed-5.1
Colin Ian King 2017-06-19 11:55:21 +01:00 committed by Christoph Hellwig
parent 63709fd429
commit c37f69ff2e
1 changed files with 1 additions and 1 deletions

View File

@ -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);