This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / net / wan / lmc / lmc_ioctl.h
index 57dd861..38f3c1b 100644 (file)
@@ -234,7 +234,7 @@ typedef struct lmc_st1f_control {
   int command;
   int address;
   int value;
-  char __user *data;
+  char *data;
 } lmc_t1f_control;
 
 enum lmc_xilinx_c {
@@ -246,7 +246,7 @@ enum lmc_xilinx_c {
 struct lmc_xilinx_control {
     enum lmc_xilinx_c command;
     int len;
-    char __user *data;
+    char *data;
 };
 
 /* ------------------ end T1 defs ------------------- */