Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[media] kernel:kfifo: export __kfifo_max_r symbol
kfifo_avail expands to __kfifo_max_r which is not an exported symbol. Any kernel module using kfifo_avail will result in build failures because of this. This patch just exports __kfifo_max_r symbol to fix such problems in future. Reported-by: Stephen Rothwell <[email protected]> Signed-off-by: Srinivas Kandagatla <[email protected]> Acked-by: Stefani Seibold <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
- Loading branch information