summaryrefslogtreecommitdiffstats
path: root/common/ratp/reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/ratp/reset.c')
-rw-r--r--common/ratp/reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/ratp/reset.c b/common/ratp/reset.c
index ca8be4e62f..60b6ff536a 100644
--- a/common/ratp/reset.c
+++ b/common/ratp/reset.c
@@ -27,7 +27,7 @@
struct ratp_bb_reset {
struct ratp_bb header;
uint8_t force;
-} __attribute__((packed));
+} __packed;
static int ratp_cmd_reset(const struct ratp_bb *req, int req_len,
struct ratp_bb **rsp, int *rsp_len)