From: Sachin Sant Date: Tue, 17 Nov 2009 13:21:03 +0000 (+0530) Subject: Add param ops struct for hvc_iucv driver. X-Git-Tag: v2.6.36-rc1~57^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=549a8a030693912d5ec4106c2f538593c482a1e4;p=pandora-kernel.git Add param ops struct for hvc_iucv driver. Today's next 20091117 build failed on s390 with drivers/char/hvc_iucv.c:1331: error: 'param_ops_vmidfilter' undeclared here (not in a function) make[2]: *** [drivers/char/hvc_iucv.o] Error 1 Most probably caused by commit 684a6d340b8a5767db4670031b0f39455346018a (param:param_ops) which introduced a param_ops structure. The following compile tested patch adds a param_ops structure for hvc_iucv. Signed-off-by: Sachin Sant Acked-by: Heiko Carstens Tested-by: Phil Carmody Signed-off-by: Rusty Russell --- Reading git-diff-tree failed