diff options
Diffstat (limited to 'drivers/char/rio/riopcicopy.c')
| -rw-r--r-- | drivers/char/rio/riopcicopy.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/char/rio/riopcicopy.c b/drivers/char/rio/riopcicopy.c deleted file mode 100644 index 2ea99a60aa3..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++; -} |
