Author: blueswirl Date: 2009-01-07 16:46:49 +0100 (Wed, 07 Jan 2009) New Revision: 364
Removed: openbios-devel/arch/ppc/qemu/tree.c Log: Delete tree.c, accidentally left from r362
Deleted: openbios-devel/arch/ppc/qemu/tree.c =================================================================== --- openbios-devel/arch/ppc/qemu/tree.c 2009-01-07 15:45:26 UTC (rev 363) +++ openbios-devel/arch/ppc/qemu/tree.c 2009-01-07 15:46:49 UTC (rev 364) @@ -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"); -}