From: Srinivas Kandagatla Date: Wed, 11 Apr 2012 08:01:56 +0000 (-0300) Subject: [media] kernel:kfifo: export __kfifo_max_r symbol X-Git-Tag: v3.5-rc1~104^2~407 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30059d93b07a034555defbf14d689a279fd7368d;p=pandora-kernel.git [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 Signed-off-by: Srinivas Kandagatla Acked-by: Stefani Seibold Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed