ipod6g: make functions and variables static where possible

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29767 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2011-04-22 21:39:17 +00:00
parent d905754bdf
commit 0dfce1972b
4 changed files with 37 additions and 33 deletions

View file

@ -352,7 +352,7 @@ void INT_WHEEL(void)
int_btn = ipod_4g_button_read();
}
void s5l_clickwheel_init(void)
static void s5l_clickwheel_init(void)
{
#if CONFIG_CPU==S5L8701
PWRCONEXT &= ~1;