]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/staging/wlan-ng/prism2fw.c
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[net-next-2.6.git] / drivers / staging / wlan-ng / prism2fw.c
index b57601250dc7bcd44ab310eb16e729b0c3b9d69a..d383ea85c9bc0053721489a6bac416c355365f18 100644 (file)
@@ -48,6 +48,7 @@
 /*================================================================*/
 /* System Includes */
 #include <linux/ihex.h>
+#include <linux/slab.h>
 
 /*================================================================*/
 /* Local Constants */
@@ -109,9 +110,9 @@ typedef struct pda {
 } pda_t;
 
 typedef struct imgchunk {
-       u32 addr;               /* start address */
-       u32 len;                /* in bytes */
-       u16 crc;                /* CRC value (if it falls at a chunk boundary) */
+       u32 addr;       /* start address */
+       u32 len;        /* in bytes */
+       u16 crc;        /* CRC value (if it falls at a chunk boundary) */
        u8 *data;
 } imgchunk_t;
 
@@ -1159,7 +1160,7 @@ int validate_identity(void)
                        /* SEC compat range */
                        if ((s3info[i].info.compat.role == 1) &&
                            (s3info[i].info.compat.id == 4)) {
-                /* FIXME: isn't something missing here? */
+                               /* FIXME: isn't something missing here? */
                        }
 
                        break;