Commit c37f69ff authored by Colin Ian King's avatar Colin Ian King Committed by Christoph Hellwig

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: default avatarColin Ian King <colin.king@canonical.com>
Acked-by: default avatarAdrian Hunter <adrian.hunter@intel.com>
Acked-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent 63709fd4
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment