]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/staging/wlags49_h2/wl_netdev.c
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[mv-sheeva.git] / drivers / staging / wlags49_h2 / wl_netdev.c
index c33e225bc0e6561d2b612d08e5a2b7f8ce90f7e3..1db73ebcae28798407b9e02eb65a6ca2cc27c409 100644 (file)
@@ -65,6 +65,7 @@
 #include <wl_version.h>
 
 #include <linux/module.h>
+#include <linux/slab.h>
 #include <linux/types.h>
 #include <linux/kernel.h>
 // #include <linux/sched.h>
@@ -360,7 +361,7 @@ int wl_open(struct net_device *dev)
     wl_lock( lp, &flags );
 
     if( status != HCF_SUCCESS ) {
-       // Unsuccesfull, try reset of the card to recover
+       // Unsuccessful, try reset of the card to recover
        status = wl_reset( dev );
     }