diff mbox series

[07/11] ALSA: aoa: Replace with __packed attribute

Message ID 20231025132314.5878-8-tiwai@suse.de (mailing list archive)
State Accepted
Commit ce8466cd4c0920929e43816b6a812093e7ba4f5a
Headers show
Series ALSA: Replace with __packed attribute | expand

Commit Message

Takashi Iwai Oct. 25, 2023, 1:23 p.m. UTC
Replace the old __attribute__((packed)) with the new __packed.
Only cleanup, no functional changes.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
 sound/aoa/soundbus/i2sbus/interface.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/sound/aoa/soundbus/i2sbus/interface.h b/sound/aoa/soundbus/i2sbus/interface.h
index 16fa88822d2b..a136274266ea 100644
--- a/sound/aoa/soundbus/i2sbus/interface.h
+++ b/sound/aoa/soundbus/i2sbus/interface.h
@@ -34,7 +34,7 @@  struct i2s_interface_regs {
 	__le32 peak_level_in1;	/* 0x90 */
 	PAD(12);
 	/* total size: 0x100 bytes */
-}  __attribute__((__packed__));
+} __packed;
 
 /* interrupt register is just a bitfield with
  * interrupt enable and pending bits */