diff options
author | Hervé Poussineau <hpoussin@reactos.org> | 2011-07-18 23:34:20 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-07-20 20:54:49 +0000 |
commit | 86f25c7c37c6f6250cfac4d0ee331af3ca73cac1 (patch) | |
tree | 0f5e5657ed2137ee3b947ce34f844c927998fadd /hw/mips.h | |
parent | b7d69dc233cee75cbdd3f9df12c6cda9a24ba37d (diff) |
ds1225y: Remove protection stuff, which doesn't belong to this device
Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/mips.h')
-rw-r--r-- | hw/mips.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -10,7 +10,6 @@ PCIBus *bonito_init(qemu_irq *pic); /* ds1225y.c */ void *ds1225y_init(target_phys_addr_t mem_base, const char *filename); -void ds1225y_set_protection(void *opaque, int protection); /* g364fb.c */ int g364fb_mm_init(target_phys_addr_t vram_base, |