]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/wireless/rt2x00/rt2x00debug.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc
[linux-2.6-omap-h63xx.git] / drivers / net / wireless / rt2x00 / rt2x00debug.h
index 860e8fa3a0da7a285c675206f28575692efb5bc1..c4ce895aa1c70776100b66536fe54064d2368125 100644 (file)
@@ -1,5 +1,5 @@
 /*
-       Copyright (C) 2004 - 2007 rt2x00 SourceForge Project
+       Copyright (C) 2004 - 2008 rt2x00 SourceForge Project
        <http://rt2x00.serialmonkey.com>
 
        This program is free software; you can redistribute it and/or modify
@@ -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;                                 \