parport_unregister_device(9) deregister a device on a parallel port

SYNOPSIS

void parport_unregister_device(struct pardevice * dev);

ARGUMENTS

dev

pointer to structure representing device

DESCRIPTION

This undoes the effect of parport_register_device.

COPYRIGHT