Btrfs: send, don't BUG_ON() when an empty symlink is found
[firefly-linux-kernel-4.4.55.git] / block / partitions / atari.h
index fe2d32a89f366741c593a06275d774377c0e6157..f2ec43bfeec139b59b8a2dd0ecef47a7e86dc488 100644 (file)
@@ -11,6 +11,8 @@
  * by Guenther Kelleter (guenther@pool.informatik.rwth-aachen.de)
  */
 
+#include <linux/compiler.h>
+
 struct partition_info
 {
   u8 flg;                      /* bit 0: active; bit 7: bootable */
@@ -29,6 +31,6 @@ struct rootsector
   u32 bsl_st;                  /* start of bad sector list */
   u32 bsl_cnt;                 /* length of bad sector list */
   u16 checksum;                        /* checksum for bootable disks */
-} __attribute__((__packed__));
+} __packed;
 
 int atari_partition(struct parsed_partitions *state);