Skip to content

Commit

Permalink
async_tx: use of kzalloc/kfree requires the include of slab.h
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
  • Loading branch information
Stephen Rothwell authored and Dan Williams committed Mar 29, 2010
1 parent bca3469 commit 6a3cd3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/dma/timb_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <linux/io.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/slab.h>

#include <linux/timb_dma.h>

Expand Down

0 comments on commit 6a3cd3e

Please sign in to comment.