parport: remove use of devmodel
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Fri, 3 Apr 2020 13:43:25 +0000 (14:43 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Apr 2020 15:05:40 +0000 (17:05 +0200)
commit3275158fa52ad2a795f7f52ba4565ea92660c296
tree83d7b20c5bb6f873491decacb5266943f2a36de2
parentbae9defb06a781083844cafd0a359f423cd98388
parport: remove use of devmodel

Now that all the drivers using parallel port has been converted to use
device model, there is no driver left which has devmodel as false.
Remove the part of the code which expects devmodel can be false.

Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Link: https://lore.kernel.org/r/20200403134325.11523-11-sudipm.mukherjee@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/parport/share.c