Revert "This is an emergency fix for building for qemu. "
This reverts r1162 because r1161 was a better and more universal fix.
Signed-off-by: Mart Raudsepp leio@gentoo.org --- northbridge/intel/i440bxemulation/i440bx.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/northbridge/intel/i440bxemulation/i440bx.c b/northbridge/intel/i440bxemulation/i440bx.c index 345faf4..34eb4fa 100644 --- a/northbridge/intel/i440bxemulation/i440bx.c +++ b/northbridge/intel/i440bxemulation/i440bx.c @@ -60,11 +60,6 @@ static void no_op(struct device *dev) { }
-int is_coldboot(void) -{ - return 1; -} - static void i440bx_read_resources(struct device *dev) { struct resource *res;
On 10.05.2009 1:28 Uhr, Mart Raudsepp wrote:
Revert "This is an emergency fix for building for qemu. "
This reverts r1162 because r1161 was a better and more universal fix.
Signed-off-by: Mart Raudsepp leio@gentoo.org
Acked-by: Stefan Reinauer stepan@coresystems.de
northbridge/intel/i440bxemulation/i440bx.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/northbridge/intel/i440bxemulation/i440bx.c b/northbridge/intel/i440bxemulation/i440bx.c index 345faf4..34eb4fa 100644 --- a/northbridge/intel/i440bxemulation/i440bx.c +++ b/northbridge/intel/i440bxemulation/i440bx.c @@ -60,11 +60,6 @@ static void no_op(struct device *dev) { }
-int is_coldboot(void) -{
- return 1;
-}
static void i440bx_read_resources(struct device *dev) { struct resource *res;
On Sat, May 9, 2009 at 4:28 PM, Mart Raudsepp mart.raudsepp@artecdesign.ee wrote:
Revert "This is an emergency fix for building for qemu. "
Thanks, mart, and sorry for the trouble :-)
ron