Fix the epca driver to permit epca_setup() to be invoked from the kernel cmdline
authorDavid Howells <dhowells@redhat.com>
Tue, 22 Jul 2008 10:20:45 +0000 (11:20 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 Jul 2008 20:03:28 +0000 (13:03 -0700)
commit88e882497d154dfb7c341902c079c9daeca1626f
tree125cd28f48092073571bb38072dc28c7a70f81d5
parente129deff3d979df1ad3d0a6756c90932c0a0a102
Fix the epca driver to permit epca_setup() to be invoked from the kernel cmdline

Fix the epca driver to call epca_setup() if digiepca=xxx is included on the
command line and the epca driver is built in.

epca_setup() used to be called from init/main.c in 2.2 kernels, but somewhere
along the way that call was removed but not replaced.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/epca.c