projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7455b7
)
lib: dma-debug needs export.h for EXPORT_SYMBOL
author
Paul Gortmaker
<paul.gortmaker@windriver.com>
Fri, 1 Jul 2011 20:23:59 +0000
(16:23 -0400)
committer
Paul Gortmaker
<paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:32:23 +0000
(19:32 -0400)
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>
lib/dma-debug.c
patch
|
blob
|
blame
|
history
diff --git
a/lib/dma-debug.c
b/lib/dma-debug.c
index 79700fa2dfc4402b2b336f90bded2bbdcb190cf3..74c6c7fce74900ec9870a15313268c87f9e1ecc3 100644
(file)
--- a/
lib/dma-debug.c
+++ b/
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>