From: Rashika Kheria Date: Tue, 7 Jan 2014 18:01:32 +0000 (-0500) Subject: drivers: gpu: Move prototype declaration to header file radeon_mode.h X-Git-Tag: v3.14-rc1~47^2~41^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a38eab52ff14345b336278e92d2ac1d1c8f92777;p=pandora-kernel.git drivers: gpu: Move prototype declaration to header file radeon_mode.h Move prototype declaration of functions radeon_add_atom_connector() and radeon_add_legacy_connector() to header file drm/radeon/radeon_mode.h because they are used by more than one file. This eliminates the following warning in drm/radeon/radeon_connectors.c: drivers/gpu/drm/radeon/radeon_connectors.c:1588:1: warning: no previous prototype for ‘radeon_add_atom_connector’ [-Wmissing-prototypes] drivers/gpu/drm/radeon/radeon_connectors.c:2020:1: warning: no previous prototype for ‘radeon_add_legacy_connector’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: Alex Deucher --- Reading git-diff-tree failed