]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mmc: sdhci-pci: make guid intel_dsm_guid static
authorColin Ian King <colin.king@canonical.com>
Mon, 19 Jun 2017 10:55:21 +0000 (11:55 +0100)
committerChristoph Hellwig <hch@lst.de>
Tue, 20 Jun 2017 07:05:23 +0000 (09:05 +0200)
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>
drivers/mmc/host/sdhci-pci-core.c

index 9577beb278e7d51fc1ed08db0f52053abebec1ec..18957fea82ff7de5a8b261b5fe2a47b3bdbf9902 100644 (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);