Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);