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:
parent
3f32b92b1d
commit
43f0edd4e7
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user