Skip to content

Commit

Permalink
staging/otus: include slab.h from usbdrv.h
Browse files Browse the repository at this point in the history
drivers/staging/otus/usbdrv.h users use slab facilities.  Include
linux/slab.h from usbdrv.h.

Signed-off-by: Tejun Heo <tj@kernel.org>
  • Loading branch information
htejun committed Apr 5, 2010
1 parent de380b5 commit a4ab277
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/otus/usbdrv.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#include <linux/uaccess.h>
#include <linux/wireless.h>
#include <linux/if_arp.h>
#include <linux/slab.h>
#include <linux/io.h>

#include "zdcompat.h"
Expand Down

0 comments on commit a4ab277

Please sign in to comment.