1
0
Fork 0

ACPI: hns_dsaf_acpi_dsm_guid can be static

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
hifive-unleashed-5.1
kbuild test robot 2017-06-22 23:45:23 +08:00 committed by Christoph Hellwig
parent c37f69ff2e
commit b86a496a42
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ enum _dsm_rst_type {
HNS_ROCE_RESET_FUNC = 0x7,
};
const guid_t hns_dsaf_acpi_dsm_guid =
static const guid_t hns_dsaf_acpi_dsm_guid =
GUID_INIT(0x1A85AA1A, 0xE293, 0x415E,
0x8E, 0x28, 0x8D, 0x69, 0x0A, 0x0F, 0x82, 0x0A);