Skip to content

Commit

Permalink
mmc: sdhci-pci: make guid intel_dsm_guid static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and Christoph Hellwig committed Jun 20, 2017
1 parent 63709fd commit c37f69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mmc/host/sdhci-pci-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit c37f69f

Please sign in to comment.