summaryrefslogtreecommitdiff
path: root/include/linux/mtd/lpc32xx_slc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mtd/lpc32xx_slc.h')
-rw-r--r--include/linux/mtd/lpc32xx_slc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mtd/lpc32xx_slc.h b/include/linux/mtd/lpc32xx_slc.h
index cf54a9f80460..a044b806566b 100644
--- a/include/linux/mtd/lpc32xx_slc.h
+++ b/include/linux/mtd/lpc32xx_slc.h
@@ -11,7 +11,7 @@
#include <linux/dmaengine.h>
struct lpc32xx_slc_platform_data {
- bool (*dma_filter)(struct dma_chan *chan, void *filter_param);
+ dma_filter_fn dma_filter;
};
#endif /* __LINUX_MTD_LPC32XX_SLC_H */