]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Char: merge ip2main and ip2base
authorJiri Slaby <jirislaby@gmail.com>
Mon, 13 Oct 2008 09:34:27 +0000 (10:34 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 13 Oct 2008 16:51:39 +0000 (09:51 -0700)
commit47babd4c6a16915aeb15d4216d91f03910572982
treeca30c2ca459e5e91ccb657be4367e51043d73801
parent1361b7d3592b006574fb3cfeb21a02d520cca315
Char: merge ip2main and ip2base

It's pretty useless to have one setup() function separated along with
module_init() which only calls a function from ip2main anyway. Get rid
of ip2base.

Remove also checks of always-true now.

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/ip2/Makefile
drivers/char/ip2/ip2base.c [deleted file]
drivers/char/ip2/ip2main.c