diff options
| author | Steven Price <[email protected]> | 2022-10-17 10:46:01 +0000 |
|---|---|---|
| committer | Steven Price <[email protected]> | 2022-10-20 10:02:01 +0000 |
| commit | 7228d9d79248bd0c8af56a7667a88a875c674e0c (patch) | |
| tree | edd4403afa3b51a219d0c0249ad28c1dc3f68342 /drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c | |
| parent | drm/connector: Set DDC pointer in drmm_connector_init (diff) | |
| download | kernel-7228d9d79248bd0c8af56a7667a88a875c674e0c.tar.gz kernel-7228d9d79248bd0c8af56a7667a88a875c674e0c.zip | |
drm/panfrost: Remove type name from internal structs
The two structs internal to struct panfrost_dump_object_header were
named, but sadly that is incompatible with C++, causing an error: "an
anonymous union may only have public non-static data members".
However nothing refers to struct pan_reg_hdr and struct pan_bomap_hdr
and there's no need to export these definitions, so lets drop them. This
fixes the C++ build error with the minimum change in userspace API.
Reported-by: Adrián Larumbe <[email protected]>
Fixes: 730c2bf4ad39 ("drm/panfrost: Add support for devcoredump")
Reviewed-by: Alyssa Rosenzweig <[email protected]>
Signed-off-by: Steven Price <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c')
0 files changed, 0 insertions, 0 deletions
