Fixed build break in mutex6.c

Build break was introduced as part of changes done for
upstream.

Signed-off-by: Himanshu Chauhan <hschauhan@nulltrace.org>
This commit is contained in:
Himanshu Chauhan
2011-05-26 06:21:13 +05:30
parent f7dde300d4
commit fa125d0883

View File

@@ -27,14 +27,6 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
*/ */
#ifndef STAND_ALONE
#include <stddef.h>
#else
#include <printk.h>
#include <atom-types.h>
#endif
#include "atom.h" #include "atom.h"
#include "atomtests.h" #include "atomtests.h"
#include "atommutex.h" #include "atommutex.h"