We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8709aa3 commit f1d0049Copy full SHA for f1d0049
include/linux/mtd/lpc32xx_mlc.h
@@ -11,7 +11,7 @@
11
#include <linux/dmaengine.h>
12
13
struct lpc32xx_mlc_platform_data {
14
- bool (*dma_filter)(struct dma_chan *chan, void *filter_param);
+ dma_filter_fn dma_filter;
15
};
16
17
#endif /* __LINUX_MTD_LPC32XX_MLC_H */
include/linux/mtd/lpc32xx_slc.h
struct lpc32xx_slc_platform_data {
#endif /* __LINUX_MTD_LPC32XX_SLC_H */
0 commit comments