]> git.baikalelectronics.ru Git - kernel.git/commit
drm/panfrost: Remove type name from internal struct again
authorSteven Price <steven.price@arm.com>
Thu, 3 Nov 2022 11:40:36 +0000 (11:40 +0000)
committerSteven Price <steven.price@arm.com>
Mon, 7 Nov 2022 15:35:43 +0000 (15:35 +0000)
commit23467b15b49a18b28d8239899d62dbeaee65d3b0
tree96fd69ef65874e33389d1863a2aa3fd9650ce7c0
parent7b29d8bece47483e35b56a18088fb2d983d2e3c2
drm/panfrost: Remove type name from internal struct again

Commit 1fce39aa42b9 ("drm/panfrost: replace endian-specific types with
native ones") accidentally reverted part of the parent commit
99cafce6daa0 ("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 <alyssa@collabora.com>
Fixes: 1fce39aa42b9 ("drm/panfrost: replace endian-specific types with native ones")
Signed-off-by: Steven Price <steven.price@arm.com>
Reviewed-by: Alyssa Rosenzweig <alyssa@collabora.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221103114036.1581854-1-steven.price@arm.com
include/uapi/drm/panfrost_drm.h