diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-04-07 02:30:57 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-04-07 02:30:57 +0000 |
commit | c02c34e886afda101b522a9be34e6a7c7c4217cd (patch) | |
tree | 1ca66655c28932f0192deded855d60e099775e1d /src/northbridge/via/vx800 | |
parent | 6c214693aa5439dcaf3f0d5b2802f1b2d931ad25 (diff) |
fix epia-m700 compilation, and remove more warnings.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5366 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/via/vx800')
-rw-r--r-- | src/northbridge/via/vx800/vx800.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/northbridge/via/vx800/vx800.h b/src/northbridge/via/vx800/vx800.h index 1d832508ac..1640de48fc 100644 --- a/src/northbridge/via/vx800/vx800.h +++ b/src/northbridge/via/vx800/vx800.h @@ -21,6 +21,7 @@ #define VX800_H 1 #ifndef __PRE_RAM__ +#include <device/device.h> static inline void vx800_noop(device_t dev) { } |