Skip to content

Commit

Permalink
async_tx: fix build for async_memset
Browse files Browse the repository at this point in the history
Add missing <linux/module.h> include.

Cc: Dan Williams <[email protected]>
Cc: Tomasz Figa <[email protected]>
Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
Signed-off-by: Kyungmin Park <[email protected]>
Signed-off-by: Dan Williams <[email protected]>
  • Loading branch information
bzolnier authored and Vinod Koul committed Jan 8, 2013
1 parent 7369f56 commit 06eeb11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto/async_tx/async_memset.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
*/
#include <linux/kernel.h>
#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/mm.h>
#include <linux/dma-mapping.h>
#include <linux/async_tx.h>
Expand Down

0 comments on commit 06eeb11

Please sign in to comment.