Skip to content

Commit

Permalink
[PATCH] rio driver rework continued #5
Browse files Browse the repository at this point in the history
Final polish.  There is no more save_flags/cli type locking left.  We also no
longer use the pcicopy function and file so they can go.

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Alan Cox authored and Linus Torvalds committed Mar 24, 2006
1 parent 3d336aa commit db31852
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion drivers/char/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ config SX

config RIO
tristate "Specialix RIO system support"
depends on SERIAL_NONSTANDARD && BROKEN_ON_SMP && !64BIT
depends on SERIAL_NONSTANDARD && !64BIT
help
This is a driver for the Specialix RIO, a smart serial card which
drives an outboard box that can support up to 128 ports. Product
Expand Down
2 changes: 1 addition & 1 deletion drivers/char/rio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
obj-$(CONFIG_RIO) += rio.o

rio-objs := rio_linux.o rioinit.o rioboot.o riocmd.o rioctrl.o riointr.o \
rioparam.o riopcicopy.o rioroute.o riotable.o riotty.o
rioparam.o rioroute.o riotable.o riotty.o
8 changes: 0 additions & 8 deletions drivers/char/rio/riopcicopy.c

This file was deleted.

0 comments on commit db31852

Please sign in to comment.