ptrace: change signature of sys_ptrace() and friends
[pandora-kernel.git] / include / linux / gameport.h
index 361d1cc..b65a6f4 100644 (file)
@@ -53,9 +53,7 @@ struct gameport {
 #define to_gameport_port(d)    container_of(d, struct gameport, dev)
 
 struct gameport_driver {
-
-       void *private;
-       char *description;
+       const char *description;
 
        int (*connect)(struct gameport *, struct gameport_driver *drv);
        int (*reconnect)(struct gameport *);