]> git.baikalelectronics.ru Git - kernel.git/commit
iucv: fix build error on !SMP
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Mon, 3 Mar 2008 20:12:33 +0000 (12:12 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Mar 2008 20:12:33 +0000 (12:12 -0800)
commit5a6eea21f2cfe567d69a407350ac08cac426f233
tree0cf7e88f877f9e8117bd4be2f466eb815284090f
parentdbba6486296cb2377a9ab8cf258fede7ede2031f
iucv: fix build error on !SMP

Since b690651144edd1e1a44906b50299b397ac73b7c7
"KVM: fix !SMP build error" smp_call_function isn't a define anymore
that folds into nothing but a define that calls up_smp_call_function
with all parameters. Hence we cannot #ifdef out the unused code
anymore...
This seems to be the preferred method, so do this for s390 as well.

net/iucv/iucv.c: In function 'iucv_cleanup_queue':
net/iucv/iucv.c:657: error: '__iucv_cleanup_queue' undeclared

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Signed-off-by: Ursula Braun <braunu@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/iucv/iucv.c