From: Adrian Bunk Date: Sun, 17 Jun 2007 23:42:54 +0000 (+0200) Subject: Driver core: fix devres_release_all() return value X-Git-Tag: v2.6.23-rc1~1107^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a0134554e12f530c6eccb1dab3f0f8954f855c9;p=pandora-kernel.git Driver core: fix devres_release_all() return value Every file should include the headers containing the prototypes for it's global functions. Since the GNU C compiler is now able to detect that the function prototype of devres_release_all() in the header and the actual function disagree regarding the return value, this patch also fixes this bug. Signed-off-by: Adrian Bunk Acked-by: Tejun Heo Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed