mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove prototype of undefined function so this compiles again.
This commit is contained in:
parent
feaaabdc8f
commit
27d62ec5a6
1 changed files with 0 additions and 2 deletions
|
|
@ -60,8 +60,6 @@ static int fe_pccard_probe(device_t);
|
|||
static int fe_pccard_attach(device_t);
|
||||
static int fe_pccard_detach(device_t);
|
||||
static int fe_pccard_match(device_t);
|
||||
static int fe_pccard_mem_ether(device_t dev, bus_addr_t cardoff,
|
||||
u_char *enaddr);
|
||||
|
||||
static const struct fe_pccard_product {
|
||||
struct pccard_product mpp_product;
|
||||
|
|
|
|||
Loading…
Reference in a new issue