From: Rashika Kheria Date: Mon, 6 Jan 2014 15:46:34 +0000 (+0530) Subject: drivers: gpu: Move prototype declaration to header file radeon_mode.h from atombios_i2c.c X-Git-Tag: v3.14-rc1~47^2~41^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cf3b4943db3d26d545c461810e8c5cffa1af83a;p=pandora-kernel.git drivers: gpu: Move prototype declaration to header file radeon_mode.h from atombios_i2c.c Move prototype declaration of function radeon_atom_copy_swap() to header file drm/radeon/radeon_mode.h because it is used by more than one file. This eliminates the following warnings in drm/radeon/atombios_dp.c: drivers/gpu/drm/radeon/atombios_dp.c:53:6: warning: no previous prototype for ‘radeon_atom_copy_swap’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: Alex Deucher --- Reading git-diff-tree failed