1. NAME

parport_unregister_device - deregister a device on a parallel port

2. SYNOPSIS

void parport_unregister_device(struct pardevice *  dev );

3. ARGUMENTS

dev
    pointer to structure representing device

4. DESCRIPTION

This undoes the effect of parport_register_device.

5. COPYRIGHT