Commit 23a7bfae authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

lib: dma-debug needs export.h for EXPORT_SYMBOL



There are no modular calls here, so just the minimal header for
the EXPORT_SYMBOL macro will suffice.

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent e7455b7a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
#include <linux/spinlock.h>
#include <linux/debugfs.h>
#include <linux/uaccess.h>
#include <linux/export.h>
#include <linux/device.h>
#include <linux/types.h>
#include <linux/sched.h>