drm/edid: replace __attribute__((packed)) with __packed
authorJani Nikula <jani.nikula@intel.com>
Tue, 12 Dec 2023 13:25:56 +0000 (15:25 +0200)
committerJani Nikula <jani.nikula@intel.com>
Thu, 14 Dec 2023 10:16:58 +0000 (12:16 +0200)
commitdd20946516b6dc567c733cc3e4538eb9223596cf
tree9b8444019949270c76e4615adf9f0934f2c0c982
parent995279d280d1ef5cc349b6eafee4dccd720c99bf
drm/edid: replace __attribute__((packed)) with __packed

__packed is preferred over __attribute__((packed)).

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Simon Ser <contact@emersion.fr>
Link: https://patchwork.freedesktop.org/patch/msgid/20231212132557.3777281-1-jani.nikula@intel.com
include/drm/drm_edid.h