Skip to content

Commit

Permalink
dma: pl08x: Export pl08x_filter_id
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sachin Kamat authored and Vinod Koul committed Jan 28, 2014
1 parent 39d1447 commit 6d05c9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/dma/amba-pl08x.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
#include <linux/dmaengine.h>
#include <linux/dmapool.h>
#include <linux/dma-mapping.h>
#include <linux/export.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/module.h>
Expand Down Expand Up @@ -1771,6 +1772,7 @@ bool pl08x_filter_id(struct dma_chan *chan, void *chan_id)

return false;
}
EXPORT_SYMBOL_GPL(pl08x_filter_id);

/*
* Just check that the device is there and active
Expand Down

0 comments on commit 6d05c9f

Please sign in to comment.