Skip to content

Commit c429990

Browse files
author
Steven Price
committed
drm/panfrost: Remove type name from internal struct again
Commit 72655fb ("drm/panfrost: replace endian-specific types with native ones") accidentally reverted part of the parent commit 7228d9d ("drm/panfrost: Remove type name from internal structs") leading to the situation that the Panfrost UAPI header still doesn't compile correctly in C++. Revert the accidental revert and pass me a brown paper bag. Reported-by: Alyssa Rosenzweig <[email protected]> Fixes: 72655fb ("drm/panfrost: replace endian-specific types with native ones") Signed-off-by: Steven Price <[email protected]> Reviewed-by: Alyssa Rosenzweig <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent cf53db7 commit c429990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/uapi/drm/panfrost_drm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ struct panfrost_dump_object_header {
254254
__u64 nbos;
255255
} reghdr;
256256

257-
struct pan_bomap_hdr {
257+
struct {
258258
__u32 valid;
259259
__u64 iova;
260260
__u32 data[2];

0 commit comments

Comments
 (0)