mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ppi_probe: eliminate unused variable ppi
Sponsored by: Netflix
This commit is contained in:
parent
09b966ee7c
commit
de80fb0ace
1 changed files with 0 additions and 4 deletions
|
|
@ -149,13 +149,9 @@ ppi_identify(driver_t *driver, device_t parent)
|
|||
static int
|
||||
ppi_probe(device_t dev)
|
||||
{
|
||||
struct ppi_data *ppi;
|
||||
|
||||
/* probe is always ok */
|
||||
device_set_desc(dev, "Parallel I/O");
|
||||
|
||||
ppi = DEVTOSOFTC(dev);
|
||||
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue