kernel: remove unused function mutex_test()
No longer needed since the only user was in the Archos code. Change-Id: I763f58050c70f2bb1d8cc0a044c63698f3157a8d
This commit is contained in:
parent
dafc8e5904
commit
2315266628
1 changed files with 0 additions and 5 deletions
|
@ -36,10 +36,5 @@ struct mutex
|
|||
extern void mutex_init(struct mutex *m);
|
||||
extern void mutex_lock(struct mutex *m);
|
||||
extern void mutex_unlock(struct mutex *m);
|
||||
#ifndef HAVE_PRIORITY_SCHEDULING
|
||||
/* Deprecated but needed for now - firmware/drivers/ata_mmc.c */
|
||||
static inline bool mutex_test(const struct mutex *m)
|
||||
{ return m->blocker.thread != NULL; }
|
||||
#endif /* HAVE_PRIORITY_SCHEDULING */
|
||||
|
||||
#endif /* MUTEX_H */
|
||||
|
|
Loading…
Reference in a new issue