summaryrefslogtreecommitdiffstats
path: root/common/hush.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:52 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:52 +0200
commitb2b81e2f634b31e394d50125530415764434ea7e (patch)
treeb56842d7523074d157fe98c8739ec4739fdd80fc /common/hush.c
parentf4034495054f3b0d32f4fdf1eb259c36662ebed1 (diff)
downloadbarebox-b2b81e2f634b31e394d50125530415764434ea7e.tar.gz
barebox-b2b81e2f634b31e394d50125530415764434ea7e.tar.xz
svn_rev_424
Diffstat (limited to 'common/hush.c')
-rw-r--r--common/hush.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/hush.c b/common/hush.c
index de8a9073fe..c96bab89e6 100644
--- a/common/hush.c
+++ b/common/hush.c
@@ -87,7 +87,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#define __U_BOOT__
#ifdef __U_BOOT__
#include <malloc.h> /* malloc, free, realloc*/
#include <xfuncs.h>