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>
This commit is contained in:
parent
63709fd429
commit
c37f69ff2e
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue