mxser: fix compiler warning when building without CONFIG_PCI
authorJesper Juhl <jesper.juhl@gmail.com>
Thu, 18 Oct 2007 10:06:03 +0000 (03:06 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 18 Oct 2007 21:37:24 +0000 (14:37 -0700)
commitb8cc55493557f2259ac56ba0ac7f6804804f79a5
tree84cacd86f0307e2292e9e632e4056ef178a5f304
parent0678c5b679db7abe8b8d658127e0fed4ceece41c
mxser: fix compiler warning when building without CONFIG_PCI

drivers/char/mxser.c:386: warning: 'mxser_get_PCI_conf' declared 'static' but never defined

when building without CONFIG_PCI.

[jesper.juhl@gmail.com: Fix warning: 'CheckIsMoxaMust' defined but not used]
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/mxser.c