- Update to 2.6.25-rc3.
[linux-flexiantxendom0-3.2.10.git] / drivers / net / wireless / rt2x00 / rt2x00debug.h
index 860e8fa..d37efbd 100644 (file)
@@ -30,9 +30,9 @@ struct rt2x00_dev;
 
 #define RT2X00DEBUGFS_REGISTER_ENTRY(__name, __type)           \
 struct reg##__name {                                           \
-       void (*read)(const struct rt2x00_dev *rt2x00dev,        \
+       void (*read)(struct rt2x00_dev *rt2x00dev,              \
                     const unsigned int word, __type *data);    \
-       void (*write)(const struct rt2x00_dev *rt2x00dev,       \
+       void (*write)(struct rt2x00_dev *rt2x00dev,             \
                      const unsigned int word, __type data);    \
                                                                \
        unsigned int word_size;                                 \