summaryrefslogtreecommitdiff
path: root/drivers/dma/lpc18xx-dmamux.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma/lpc18xx-dmamux.c')
-rw-r--r--drivers/dma/lpc18xx-dmamux.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/dma/lpc18xx-dmamux.c b/drivers/dma/lpc18xx-dmamux.c
index df98cae8792b..2b6436f4b193 100644
--- a/drivers/dma/lpc18xx-dmamux.c
+++ b/drivers/dma/lpc18xx-dmamux.c
@@ -12,8 +12,10 @@
#include <linux/err.h>
#include <linux/init.h>
#include <linux/mfd/syscon.h>
-#include <linux/of_device.h>
+#include <linux/of.h>
#include <linux/of_dma.h>
+#include <linux/of_platform.h>
+#include <linux/platform_device.h>
#include <linux/regmap.h>
#include <linux/spinlock.h>