Commit 8b962dc4 authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau/nvfw/acr: make lsb_header_tail_dump static

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent f612b0f6
...@@ -45,9 +45,8 @@ wpr_header_v1_dump(struct nvkm_subdev *subdev, const struct wpr_header_v1 *hdr) ...@@ -45,9 +45,8 @@ wpr_header_v1_dump(struct nvkm_subdev *subdev, const struct wpr_header_v1 *hdr)
nvkm_debug(subdev, "\tstatus : %d\n", hdr->status); nvkm_debug(subdev, "\tstatus : %d\n", hdr->status);
} }
void static void
lsb_header_tail_dump(struct nvkm_subdev *subdev, lsb_header_tail_dump(struct nvkm_subdev *subdev, struct lsb_header_tail *hdr)
struct lsb_header_tail *hdr)
{ {
nvkm_debug(subdev, "lsbHeader\n"); nvkm_debug(subdev, "lsbHeader\n");
nvkm_debug(subdev, "\tucodeOff : 0x%x\n", hdr->ucode_off); nvkm_debug(subdev, "\tucodeOff : 0x%x\n", hdr->ucode_off);
......
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