diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-04-03 15:41:27 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-04-03 15:41:27 +0000 |
commit | c9250c6740d4aa32724115ddda166f191501b2df (patch) | |
tree | 6e927ade5c0109569f166e8337351514a0b72faa | |
parent | 10dd8b4a08ed89d73f420bff8d1326e2a698e4ef (diff) | |
download | coreboot-c9250c6740d4aa32724115ddda166f191501b2df.tar.xz |
device_t wants device/device.h
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5355 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/southbridge/via/vt8237r/vt8237r.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/via/vt8237r/vt8237r.h b/src/southbridge/via/vt8237r/vt8237r.h index 4e2484511e..d6c50053a6 100644 --- a/src/southbridge/via/vt8237r/vt8237r.h +++ b/src/southbridge/via/vt8237r/vt8237r.h @@ -104,6 +104,7 @@ __attribute__ ((packed)) ; #ifndef __PRE_RAM__ +#include <device/device.h> void writeback(struct device *dev, u16 where, u8 what); void dump_south(device_t dev); #endif |