aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkbuild test robot <[email protected]>2017-06-22 23:45:23 +0800
committerChristoph Hellwig <[email protected]>2017-06-27 06:54:41 -0700
commitb86a496a42064e2a864bae31306e0c78eced2a3b (patch)
tree5ebbc34c3523417ebb7a7bd2465588dceaf33023
parentc37f69ff2e6a4cfe6794c825b3b5b59e9429bdec (diff)
ACPI: hns_dsaf_acpi_dsm_guid can be static
Signed-off-by: Fengguang Wu <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]>
-rw-r--r--drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c b/drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c
index 6b15a507999c..7a8addda726e 100644
--- a/drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c
+++ b/drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c
@@ -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);