Staging: vt665x: Remove umem.h Part 2
[deliverable/linux.git] / drivers / staging / vt6656 / channel.c
index 4c688265e864b11d4679571e293df30d1f37be62..e49796f7b814733101ab4561c0136c98a08301c9 100644 (file)
@@ -37,7 +37,6 @@
 #include "country.h"
 #include "channel.h"
 #include "rf.h"
-#include "umem.h"
 
 /*---------------------  Static Definitions -------------------------*/
 static int          msglevel                =MSG_LEVEL_INFO;
@@ -433,7 +432,7 @@ CHvChannelGetList (
     if (uCountryCodeIdx >= CCODE_MAX) {
         return (FALSE);
     }
-    MEMvCopy(pbyChannelTable, ChannelRuleTab[uCountryCodeIdx].bChannelIdxList, CB_MAX_CHANNEL);
+    memcpy(pbyChannelTable, ChannelRuleTab[uCountryCodeIdx].bChannelIdxList, CB_MAX_CHANNEL);
     return (TRUE);
 }
 
This page took 0.034565 seconds and 5 git commands to generate.