Remove redundant declarations. Newer gcc has a warning for these so will

fail when building with -Werror.

Sponsored by:	DARPA, AFRL
This commit is contained in:
Andrew Turner 2017-08-19 17:18:27 +00:00
parent 3f32b92b1d
commit 43f0edd4e7
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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);