Browse Source

mx25 devices: Add missing include

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Sascha Hauer 15 năm trước cách đây
mục cha
commit
b02019e6c8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      arch/arm/mach-mx25/devices.c

+ 1 - 0
arch/arm/mach-mx25/devices.c

@@ -1,4 +1,5 @@
 #include <linux/platform_device.h>
+#include <linux/dma-mapping.h>
 #include <linux/gpio.h>
 #include <mach/mx25.h>
 #include <mach/irqs.h>