Skip to content

Commit

Permalink
fix: include/linux/of.h add linux/slab.h include
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Nelson <[email protected]>
  • Loading branch information
RobertCNelson committed Jan 28, 2020
1 parent 3a43b16 commit d4074a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/of.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <linux/property.h>
#include <linux/list.h>
#include <linux/rhashtable.h>
#include <linux/slab.h>

#include <asm/byteorder.h>
#include <asm/errno.h>
Expand Down

0 comments on commit d4074a5

Please sign in to comment.