diff options
| author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-01-23 05:40:07 -0500 |
|---|---|---|
| committer | Vinod Koul <vinod.koul@intel.com> | 2014-01-27 22:15:54 -0500 |
| commit | 6d05c9fabfdc8642b42a1000cd092b2a7543d85f (patch) | |
| tree | 04d824b4f2d804c48614b03589c8c62d102db025 | |
| parent | 39d1447811fef1262ba956aac719c90a0f7b257f (diff) | |
dma: pl08x: Export pl08x_filter_id
Export the symbol so that it is accessible to modules.
Fixes the following error:
ERROR: "pl08x_filter_id" [sound/soc/samsung/snd-soc-s3c-dma.ko] undefined!
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
| -rw-r--r-- | drivers/dma/amba-pl08x.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dma/amba-pl08x.c b/drivers/dma/amba-pl08x.c index f68f1c1d560b..8114731a1c62 100644 --- a/drivers/dma/amba-pl08x.c +++ b/drivers/dma/amba-pl08x.c | |||
| @@ -83,6 +83,7 @@ | |||
| 83 | #include <linux/dmaengine.h> | 83 | #include <linux/dmaengine.h> |
| 84 | #include <linux/dmapool.h> | 84 | #include <linux/dmapool.h> |
| 85 | #include <linux/dma-mapping.h> | 85 | #include <linux/dma-mapping.h> |
| 86 | #include <linux/export.h> | ||
| 86 | #include <linux/init.h> | 87 | #include <linux/init.h> |
| 87 | #include <linux/interrupt.h> | 88 | #include <linux/interrupt.h> |
| 88 | #include <linux/module.h> | 89 | #include <linux/module.h> |
| @@ -1771,6 +1772,7 @@ bool pl08x_filter_id(struct dma_chan *chan, void *chan_id) | |||
| 1771 | 1772 | ||
| 1772 | return false; | 1773 | return false; |
| 1773 | } | 1774 | } |
| 1775 | EXPORT_SYMBOL_GPL(pl08x_filter_id); | ||
| 1774 | 1776 | ||
| 1775 | /* | 1777 | /* |
| 1776 | * Just check that the device is there and active | 1778 | * Just check that the device is there and active |
