mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* PATCH: rio driver rework continued  #5
@ 2006-03-15 12:31 Alan Cox
  0 siblings, 0 replies; only message in thread
From: Alan Cox @ 2006-03-15 12:31 UTC (permalink / raw)
  To: linux-kernel, akpm

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>

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.16-rc6-mm1/drivers/char/Kconfig linux-2.6.16-rc6-mm1/drivers/char/Kconfig
--- linux.vanilla-2.6.16-rc6-mm1/drivers/char/Kconfig	2006-03-14 13:00:22.000000000 +0000
+++ linux-2.6.16-rc6-mm1/drivers/char/Kconfig	2006-03-14 14:48:08.000000000 +0000
@@ -290,7 +290,7 @@
 
 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
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.16-rc6-mm1/drivers/char/rio/Makefile linux-2.6.16-rc6-mm1/drivers/char/rio/Makefile
--- linux.vanilla-2.6.16-rc6-mm1/drivers/char/rio/Makefile	2006-03-14 12:59:37.000000000 +0000
+++ linux-2.6.16-rc6-mm1/drivers/char/rio/Makefile	2006-03-14 17:20:30.000000000 +0000
@@ -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
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.16-rc6-mm1/drivers/char/rio/riopcicopy.c linux-2.6.16-rc6-mm1/drivers/char/rio/riopcicopy.c
--- linux.vanilla-2.6.16-rc6-mm1/drivers/char/rio/riopcicopy.c	2006-03-14 12:59:37.000000000 +0000
+++ linux-2.6.16-rc6-mm1/drivers/char/rio/riopcicopy.c	1970-01-01 01:00:00.000000000 +0100
@@ -1,8 +0,0 @@
-
-/* Yeah. We have copyright on this one. Sure. */
-
-void rio_pcicopy(char *from, char *to, int amount)
-{
-	while (amount--)
-		*to++ = *from++;
-}


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-03-15 12:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-15 12:31 PATCH: rio driver rework continued #5 Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®