From: Lennert Buytenhek Date: Sun, 8 Jan 2006 09:01:06 +0000 (-0800) Subject: [PATCH] cs89x0: make {read,write}word take base_addr X-Git-Tag: v2.6.16-rc1~873 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=974dffc2dd72d499a3ff150f61c8025b097a2c34;p=pandora-kernel.git [PATCH] cs89x0: make {read,write}word take base_addr readword() and writeword() take a 'struct net_device *' and deref its ->base_addr member. Make them take the base_addr directly instead, so that we can switch the other occurences of inw/outw in the file over to readword/writeword as well. Signed-off-by: Lennert Buytenhek Cc: dmitry pervushin Cc: Cc: Jeff Garzik Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed