Commit bb34bf79 authored by kernel test robot's avatar kernel test robot Committed by Greg Kroah-Hartman
parent 7b16a155
......@@ -6272,7 +6272,7 @@ static enum hl_device_hw_state gaudi_get_hw_state(struct hl_device *hdev)
return RREG32(mmHW_STATE);
}
int gaudi_ctx_init(struct hl_ctx *ctx)
static int gaudi_ctx_init(struct hl_ctx *ctx)
{
return 0;
}
......
......@@ -5225,7 +5225,7 @@ static enum hl_device_hw_state goya_get_hw_state(struct hl_device *hdev)
return RREG32(mmHW_STATE);
}
int goya_ctx_init(struct hl_ctx *ctx)
static int goya_ctx_init(struct hl_ctx *ctx)
{
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment