From db3185242a9a369d5ef13cd2baf196507925009e Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 24 Mar 2006 03:18:30 -0800 Subject: [PATCH] rio driver rework continued #5 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/char/rio/riopcicopy.c | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 drivers/char/rio/riopcicopy.c (limited to 'drivers/char/rio/riopcicopy.c') diff --git a/drivers/char/rio/riopcicopy.c b/drivers/char/rio/riopcicopy.c deleted file mode 100644 index 535afaa51ca..00000000000 --- a/drivers/char/rio/riopcicopy.c +++ /dev/null @@ -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++; -} -- cgit v1.2.3-18-g5258