diff options
| -rw-r--r-- | drivers/mmc/host/sdhci-pci-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-pci-core.c b/drivers/mmc/host/sdhci-pci-core.c index 9577beb278e7..18957fea82ff 100644 --- a/drivers/mmc/host/sdhci-pci-core.c +++ b/drivers/mmc/host/sdhci-pci-core.c | |||
| @@ -404,7 +404,7 @@ struct intel_host { | |||
| 404 | bool d3_retune; | 404 | bool d3_retune; |
| 405 | }; | 405 | }; |
| 406 | 406 | ||
| 407 | const guid_t intel_dsm_guid = | 407 | static const guid_t intel_dsm_guid = |
| 408 | GUID_INIT(0xF6C13EA5, 0x65CD, 0x461F, | 408 | GUID_INIT(0xF6C13EA5, 0x65CD, 0x461F, |
| 409 | 0xAB, 0x7A, 0x29, 0xF7, 0xE8, 0xD5, 0xBD, 0x61); | 409 | 0xAB, 0x7A, 0x29, 0xF7, 0xE8, 0xD5, 0xBD, 0x61); |
| 410 | 410 | ||
