patch-2.4.15 linux/include/asm-s390/irq.h

Next file: linux/include/asm-s390/sigcontext.h
Previous file: linux/include/asm-s390/gdb-stub.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.14/linux/include/asm-s390/irq.h linux/include/asm-s390/irq.h
@@ -313,7 +313,7 @@
       scsw_t scsw;             /* subchannel status word */
       esw_t  esw;              /* extended status word */
       __u8   ecw[32];          /* extended control word */
-   } irb_t __attribute__ ((packed,aligned(4)));
+   } __attribute__ ((packed,aligned(4))) irb_t;
 #ifdef __KERNEL__
 
 /*

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)