]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/ncp_fs_sb.h
vfs: remove unused MNT_STRICTATIME
[karo-tx-linux.git] / include / linux / ncp_fs_sb.h
index 5ec9ca671687e7c174b76b83995f209c0b0eacba..8da05bc098ca86b2ba5758af8b0b7885c7894dd3 100644 (file)
@@ -104,13 +104,13 @@ struct ncp_server {
 
                unsigned int state;             /* STREAM only: receiver state */
                struct {
-                       __u32 magic __attribute__((packed));
-                       __u32 len __attribute__((packed));
-                       __u16 type __attribute__((packed));
-                       __u16 p1 __attribute__((packed));
-                       __u16 p2 __attribute__((packed));
-                       __u16 p3 __attribute__((packed));
-                       __u16 type2 __attribute__((packed));
+                       __u32 magic __packed;
+                       __u32 len __packed;
+                       __u16 type __packed;
+                       __u16 p1 __packed;
+                       __u16 p2 __packed;
+                       __u16 p3 __packed;
+                       __u16 type2 __packed;
                } buf;                          /* STREAM only: temporary buffer */
                unsigned char* ptr;             /* STREAM only: pointer to data */
                size_t len;                     /* STREAM only: length of data to receive */