From: Nishanth Menon Date: Fri, 7 Jan 2011 03:49:29 +0000 (-0800) Subject: omap3: zoom: use static for pointer passing X-Git-Tag: v2.6.38-rc1~52^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ce3bb7208b5bf7de2d869a881372b60cc37362c;p=pandora-kernel.git omap3: zoom: use static for pointer passing omap_zoom_wlan_data and zoom2_set_hs_extmute are not used beyond the scope of zoom-peripherals directly, instead pointers are used. make them static instead. Fixes sparse warnings: arch/arm/mach-omap2/board-zoom-peripherals.c:193:29: warning: symbol 'omap_zoom_wlan_data' was not declared. Should it be static? arch/arm/mach-omap2/board-zoom-peripherals.c:245:6: warning: symbol 'zoom2_set_hs_extmute' was not declared. Should it be static? Signed-off-by: Nishanth Menon Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed