diff options
Diffstat (limited to 'drivers/infiniband/hw/qib/qib_common.h')
-rw-r--r-- | drivers/infiniband/hw/qib/qib_common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/qib/qib_common.h b/drivers/infiniband/hw/qib/qib_common.h index 5670ace27c63..4fb78abd8ba1 100644 --- a/drivers/infiniband/hw/qib/qib_common.h +++ b/drivers/infiniband/hw/qib/qib_common.h | |||
@@ -257,7 +257,7 @@ struct qib_base_info { | |||
257 | 257 | ||
258 | /* shared memory page for send buffer disarm status */ | 258 | /* shared memory page for send buffer disarm status */ |
259 | __u64 spi_sendbuf_status; | 259 | __u64 spi_sendbuf_status; |
260 | } __attribute__ ((aligned(8))); | 260 | } __aligned(8); |
261 | 261 | ||
262 | /* | 262 | /* |
263 | * This version number is given to the driver by the user code during | 263 | * This version number is given to the driver by the user code during |
@@ -361,7 +361,7 @@ struct qib_user_info { | |||
361 | */ | 361 | */ |
362 | __u64 spu_base_info; | 362 | __u64 spu_base_info; |
363 | 363 | ||
364 | } __attribute__ ((aligned(8))); | 364 | } __aligned(8); |
365 | 365 | ||
366 | /* User commands. */ | 366 | /* User commands. */ |
367 | 367 | ||