Input: gameport_driver - mark description as const pointer
[pandora-kernel.git] / include / linux / gameport.h
index 361d1cc..632d126 100644 (file)
@@ -55,7 +55,7 @@ struct gameport {
 struct gameport_driver {
 
        void *private;
-       char *description;
+       const char *description;
 
        int (*connect)(struct gameport *, struct gameport_driver *drv);
        int (*reconnect)(struct gameport *);