diff options
Diffstat (limited to 'src/southbridge/broadcom/bcm5785')
-rw-r--r-- | src/southbridge/broadcom/bcm5785/chip.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/southbridge/broadcom/bcm5785/chip.h b/src/southbridge/broadcom/bcm5785/chip.h index eb337e9624..d323bee6c4 100644 --- a/src/southbridge/broadcom/bcm5785/chip.h +++ b/src/southbridge/broadcom/bcm5785/chip.h @@ -28,7 +28,5 @@ struct southbridge_broadcom_bcm5785_config unsigned int sata0_enable : 1; unsigned int sata1_enable : 1; }; -struct chip_operations; -extern struct chip_operations southbridge_broadcom_bcm5785_ops; #endif /* BCM5785_CHIP_H */ |