parisc: superio: fix build breakage
authorAlexander Beregalov <a.beregalov@gmail.com>
Thu, 16 Apr 2009 14:45:59 +0000 (14:45 +0000)
committerKyle McMartin <kyle@mcmartin.ca>
Fri, 3 Jul 2009 03:34:12 +0000 (03:34 +0000)
commit0c5cb79198d80eaea273f3e91cb418d559f13462
tree0c57e89ce13be50fe8b920e151b8b239f0eed394
parentca0844e347cf0fc9719c825ea1959501117b7f89
parisc: superio: fix build breakage

Usage of parport_pc_probe_port was changed in 28783eb52
(parport: Fix various uses of parport_pc).

It introduced this build error:
drivers/parisc/superio.c: In function 'superio_parport_init':
drivers/parisc/superio.c:437: error: too few arguments to function
'parport_pc_probe_port'

Fix it.

Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
drivers/parisc/superio.c