Skip to content

Commit

Permalink
Adding linux/slab.h to riffa_driver.c, which fixes a driver compilati…
Browse files Browse the repository at this point in the history
…on problem on some ARM platforms.
  • Loading branch information
Dustin Richmond committed Jun 29, 2016
1 parent af7c592 commit cd494e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions driver/linux/riffa_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
#include <linux/rwsem.h>
#include <linux/dma-mapping.h>
#include <linux/pagemap.h>
#include <linux/slab.h>
#include <asm/uaccess.h>
#include <asm/div64.h>
#include "riffa_driver.h"
Expand Down

0 comments on commit cd494e1

Please sign in to comment.