aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2017-08-19 17:18:27 +0000
committerAndrew Turner <andrew@FreeBSD.org>2017-08-19 17:18:27 +0000
commit43f0edd4e70fd56f9fd0a227d5345c506b243eb8 (patch)
tree09d823af9c992fa78d70673b220ee5a091069d9f /sys
parent3f32b92b1d0632debfc20ecec7e8f3dd181c0030 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/extres/hwreset/hwreset.h2
-rw-r--r--sys/dev/pci/pci_host_generic.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/extres/hwreset/hwreset.h b/sys/dev/extres/hwreset/hwreset.h
index 6366351cc4cc..dd9290a9784c 100644
--- a/sys/dev/extres/hwreset/hwreset.h
+++ b/sys/dev/extres/hwreset/hwreset.h
@@ -40,8 +40,6 @@ typedef struct hwreset *hwreset_t;
* Provider interface
*/
#ifdef FDT
-int hwreset_default_ofw_map(device_t provider_dev, phandle_t xref, int ncells,
- pcell_t *cells, intptr_t *id);
void hwreset_register_ofw_provider(device_t provider_dev);
void hwreset_unregister_ofw_provider(device_t provider_dev);
#endif
diff --git a/sys/dev/pci/pci_host_generic.h b/sys/dev/pci/pci_host_generic.h
index 2d8a7dac2be1..70f8b7a39a16 100644
--- a/sys/dev/pci/pci_host_generic.h
+++ b/sys/dev/pci/pci_host_generic.h
@@ -66,8 +66,6 @@ struct generic_pcie_core_softc {
DECLARE_CLASS(generic_pcie_core_driver);
-struct resource *pci_host_generic_core_alloc_resource(device_t,
- device_t, int, int *, rman_res_t, rman_res_t, rman_res_t, u_int);
int pci_host_generic_core_attach(device_t);
struct resource *pci_host_generic_core_alloc_resource(device_t, device_t, int,
int *, rman_res_t, rman_res_t, rman_res_t, u_int);