From: Axel Lin Date: Tue, 1 Mar 2011 05:12:47 +0000 (+0800) Subject: pcmcia: synclink_cs: fix prototype for mgslpc_ioctl() X-Git-Tag: v2.6.39-rc1~470^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=751b3840d216f1ecd3b91ff5251bf7703b690cd8;p=pandora-kernel.git pcmcia: synclink_cs: fix prototype for mgslpc_ioctl() The ioctl file pointer was removed in commit 6caa76 "tty: now phase out the ioctl file pointer for good". Thus fix the prototype for mgslpc_ioctl() and eliminate below warning: CC [M] drivers/char/pcmcia/synclink_cs.o drivers/char/pcmcia/synclink_cs.c:2787: warning: initialization from incompatible pointer type Signed-off-by: Axel Lin Cc: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed