Fixed a warning

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14878 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2007-09-28 09:00:04 +00:00
parent b452fb6dfe
commit edbf5d81f5

View file

@ -19,6 +19,7 @@
#include "system.h"
#include "thread.h"
#include "i2s.h"
#include "i2c-pp.h"
#if NUM_CORES > 1
struct mutex boostctrl_mtx NOCACHEBSS_ATTR;