]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/net/wan/sdla.c
[PATCH] Eliminate __attribute__ ((packed)) warnings for gcc-4.1
[karo-tx-linux.git] / drivers / net / wan / sdla.c
index 036adc4f8ba7e85dab072fb7595cbe8f57e1e8d5..22e794071cf41627e48081c5177f7c03a506c68b 100644 (file)
@@ -329,9 +329,9 @@ static int sdla_cpuspeed(struct net_device *dev, struct ifreq *ifr)
 
 struct _dlci_stat 
 {
-       short dlci              __attribute__((packed));
-       char  flags             __attribute__((packed));
-};
+       short dlci;
+       char  flags;
+} __attribute__((packed));
 
 struct _frad_stat 
 {