Commit 50ef5284 authored by Grant Likely's avatar Grant Likely

of: Fix missing include

Fix a build failure on ARM
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 2ffe8c5f
......@@ -15,6 +15,7 @@
#include <linux/module.h>
#include <linux/device.h>
#include <linux/dma-mapping.h>
#include <linux/slab.h>
#include <linux/of_device.h>
#include <linux/of_platform.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment