From: Takashi Iwai Date: Wed, 25 Oct 2023 13:23:11 +0000 (+0200) Subject: ALSA: opl3: Replace with __packed attribute X-Git-Tag: v6.7-rc1~103^2~2^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ffbedf07d556af1203dd8d5fc28b59a0563a49f;p=thirdparty%2Fkernel%2Flinux.git ALSA: opl3: Replace with __packed attribute Replace the old __attribute__((packed)) with the new __packed. Only cleanup, no functional changes. Link: https://lore.kernel.org/r/20231025132314.5878-9-tiwai@suse.de Signed-off-by: Takashi Iwai --- diff --git a/include/sound/opl3.h b/include/sound/opl3.h index ebf3852da9fe3..052395a2f8764 100644 --- a/include/sound/opl3.h +++ b/include/sound/opl3.h @@ -229,7 +229,7 @@ struct fm_operator { unsigned char attack_decay; unsigned char sustain_release; unsigned char wave_select; -} __attribute__((packed)); +} __packed; /* Instrument data */ struct fm_instrument {