Skip to content

Commit ce8466c

Browse files
committed
ALSA: aoa: 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-8-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 98a4e82 commit ce8466c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/aoa/soundbus/i2sbus/interface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ struct i2s_interface_regs {
3434
__le32 peak_level_in1; /* 0x90 */
3535
PAD(12);
3636
/* total size: 0x100 bytes */
37-
} __attribute__((__packed__));
37+
} __packed;
3838

3939
/* interrupt register is just a bitfield with
4040
* interrupt enable and pending bits */

0 commit comments

Comments
 (0)