]> Pileus Git - ~andy/linux/blobdiff - drivers/uwb/uwbd.c
Merge branch 'master' into export-slabh
[~andy/linux] / drivers / uwb / uwbd.c
index 5a777d8624da3f791bc08c2228de6b256a6d3bdc..001c8b4020a84c7073f2fc99489bf9047571e086 100644 (file)
@@ -43,7 +43,7 @@
  *
  * EVENTS
  *
- * Events have a type, a subtype, a lenght, some other stuff and the
+ * Events have a type, a subtype, a length, some other stuff and the
  * data blob, which depends on the event. The header is 'struct
  * uwb_event'; for payloads, see 'struct uwbd_evt_*'.
  *
@@ -69,6 +69,7 @@
  * Handler functions are called normally uwbd_evt_handle_*().
  */
 #include <linux/kthread.h>
+#include <linux/slab.h>
 #include <linux/module.h>
 #include <linux/freezer.h>