SWCODEC Audio: Add some INIT_ATTR's to get a few bytes back.

Change-Id: Ie7b04ecf3b3535e0ed45a6e0e8d81af89e38378e
This commit is contained in:
Michael Sevakis 2013-06-29 22:19:59 -04:00
parent 89b05af496
commit 9b990bdab1
4 changed files with 5 additions and 5 deletions

View file

@ -1720,7 +1720,7 @@ static void NORETURN_ATTR buffering_thread(void)
}
}
void buffering_init(void)
void INIT_ATTR buffering_init(void)
{
mutex_init(&llist_mutex);