drm/nouveau/nvfw/acr: make lsb_header_tail_dump static
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
f612b0f66c
commit
8b962dc4ec
|
@ -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);
|
||||
}
|
||||
|
||||
void
|
||||
lsb_header_tail_dump(struct nvkm_subdev *subdev,
|
||||
struct lsb_header_tail *hdr)
|
||||
static void
|
||||
lsb_header_tail_dump(struct nvkm_subdev *subdev, struct lsb_header_tail *hdr)
|
||||
{
|
||||
nvkm_debug(subdev, "lsbHeader\n");
|
||||
nvkm_debug(subdev, "\tucodeOff : 0x%x\n", hdr->ucode_off);
|
||||
|
|
Loading…
Reference in New Issue