diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-01 16:23:59 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:32:23 -0400 |
commit | 23a7bfae6e19cb428da75804e5c4dfd67cd9ae8f (patch) | |
tree | 242ec8f5e7acb31ad59a1470d1ae61137fad5496 /lib | |
parent | e7455b7a207b7ae75945a1953b7dd41b9d197fbb (diff) | |
download | linux-3.10-23a7bfae6e19cb428da75804e5c4dfd67cd9ae8f.tar.gz linux-3.10-23a7bfae6e19cb428da75804e5c4dfd67cd9ae8f.tar.bz2 linux-3.10-23a7bfae6e19cb428da75804e5c4dfd67cd9ae8f.zip |
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>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/dma-debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dma-debug.c b/lib/dma-debug.c index 79700fa2dfc..74c6c7fce74 100644 --- 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> |