diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-19 11:50:47 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-19 11:50:47 -0700 |
commit | 9f2793551f335e5fb08990fc8bb9e05e0ffb68d5 (patch) | |
tree | 313045190cd4a10a0930f59103dcd5917e673700 /hw/vfb | |
parent | b20ae5ddb7682bafcee6f8bf0c8208a3f70b882b (diff) |
fix compiler warning in hw/vfb/InitOutput.c
Diffstat (limited to 'hw/vfb')
-rw-r--r-- | hw/vfb/InitOutput.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/vfb/InitOutput.c b/hw/vfb/InitOutput.c index 86e3fbe14..212f79b7c 100644 --- a/hw/vfb/InitOutput.c +++ b/hw/vfb/InitOutput.c @@ -255,10 +255,12 @@ OsVendorFatalError() { } +#if defined(DDXBEFORERESET) void ddxBeforeReset(void) { return; } +#endif void ddxUseMsg() |