Change related to upstream merge.

* STAND_ALONE conditional compilation is removed.
* Previous interim commits are squashed.
* printk.h is included from atomport.h
* atom-types.h and atommport-types.h have been removed.

Signed-off-by: Himanshu Chauhan <hschauhan@nulltrace.org>
This commit is contained in:
Himanshu Chauhan
2011-05-19 19:07:53 +05:30
parent 4fbbe465ee
commit c7bc5cf396
2 changed files with 6 additions and 1 deletions

View File

@@ -87,6 +87,12 @@
*
*/
<<<<<<< HEAD
=======
#ifndef STAND_ALONE
#include <stdio.h>
#endif
>>>>>>> Change related to upstream merge.
#include "atom.h"
#include "atomsem.h"

View File

@@ -31,7 +31,6 @@
#include "atom.h"
#include "atomtests.h"
/**
* \b test_start
*