Skip to content

Commit 9ffbedf

Browse files
committed
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/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent ce8466c commit 9ffbedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/sound/opl3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ struct fm_operator {
229229
unsigned char attack_decay;
230230
unsigned char sustain_release;
231231
unsigned char wave_select;
232-
} __attribute__((packed));
232+
} __packed;
233233

234234
/* Instrument data */
235235
struct fm_instrument {

0 commit comments

Comments
 (0)