remove some dead code
This commit is contained in:
parent
3876bcf2d0
commit
6f32a83956
@ -94,7 +94,6 @@ static int pccard_function_enable(struct pccard_function *pf);
|
||||
static void pccard_function_disable(struct pccard_function *pf);
|
||||
static int pccard_compat_do_probe(device_t bus, device_t dev);
|
||||
static int pccard_compat_do_attach(device_t bus, device_t dev);
|
||||
static int pccard_add_children(device_t dev, int busno);
|
||||
static int pccard_probe(device_t dev);
|
||||
static int pccard_attach(device_t dev);
|
||||
static int pccard_detach(device_t dev);
|
||||
@ -786,18 +785,11 @@ pccard_compat_do_attach(device_t bus, device_t dev)
|
||||
#define PCCARD_NIRQ 1
|
||||
#define PCCARD_NDRQ 0
|
||||
|
||||
static int
|
||||
pccard_add_children(device_t dev, int busno)
|
||||
{
|
||||
/* Call parent to scan for any current children */
|
||||
return (0);
|
||||
}
|
||||
|
||||
static int
|
||||
pccard_probe(device_t dev)
|
||||
{
|
||||
device_set_desc(dev, "16-bit PCCard bus");
|
||||
return (pccard_add_children(dev, device_get_unit(dev)));
|
||||
return (0);
|
||||
}
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user