Delete tree.c, accidentally left from r362

git-svn-id: svn://coreboot.org/openbios/openbios-devel@364 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2009-01-07 15:46:49 +00:00
parent 8a4aadc9b8
commit 68d97a517d

View File

@@ -1,24 +0,0 @@
/*
* Creation Date: <2004/08/28 18:38:22 greg>
* Time-stamp: <2004/08/28 18:38:22 greg>
*
* <tree.c>
*
* device tree setup
*
* Copyright (C) 2004 Greg Watson
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* version 2
*
*/
#include "openbios/config.h"
#include "openbios/bindings.h"
#include "qemu.h"
void devtree_init( void )
{
fword("init-qemu-tree");
}