]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf6cdf3a2fce96984ab4397553905f0fbe9c82fe5
tree0c57e89ce13be50fe8b920e151b8b239f0eed394
parent13fce55fa3df407a02f47a9915d017e34658a3fc
parisc: superio: fix build breakage

Usage of parport_pc_probe_port was changed in efc58d947
(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