浏览代码

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: Paul Gortmaker <paul.gortmaker@windriver.com>
Paul Gortmaker 14 年之前
父节点
当前提交
23a7bfae6e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/dma-debug.c

+ 1 - 0
lib/dma-debug.c

@@ -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>