From: Ivo van Doorn Date: Sun, 11 Jul 2010 10:31:23 +0000 (+0200) Subject: rt2x00: Move driver callback functions into the ops structure X-Git-Tag: v2.6.36-rc1~571^2~107^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e796643eaf0889c346e6b69c5afe777c327b1919;p=pandora-kernel.git rt2x00: Move driver callback functions into the ops structure All callback functions are gathered in rt2x00dev->ops except for the callback functions which are used in rt2800lib to acces rt2800pci/usb. Move the priv pointer from rt2x00dev to rt2x00dev->ops and rename it to drv to make it obvious that it is the driver callback structure. Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed