|
@@ -1427,7 +1427,6 @@ int ol_diag_read(struct hif_opaque_softc *scn, uint8_t *buffer,
|
|
|
return -EIO;
|
|
|
}
|
|
|
|
|
|
-#ifdef HIF_PCI
|
|
|
static int ol_ath_get_reg_table(uint32_t target_version,
|
|
|
tgt_reg_table *reg_table)
|
|
|
{
|
|
@@ -1528,13 +1527,6 @@ static int ol_diag_read_reg_loc(struct hif_opaque_softc *scn, uint8_t *buffer,
|
|
|
out:
|
|
|
return result;
|
|
|
}
|
|
|
-#else
|
|
|
-static int ol_diag_read_reg_loc(struct hif_opaque_softc *scn, uint8_t *buffer,
|
|
|
- uint32_t buffer_len)
|
|
|
-{
|
|
|
- return -EINVAL;
|
|
|
-}
|
|
|
-#endif
|
|
|
|
|
|
void ol_dump_target_memory(struct hif_opaque_softc *scn, void *memory_block)
|
|
|
{
|