From: Phil Sutter Date: Mon, 19 Jan 2009 22:42:54 +0000 (+0100) Subject: MIPS: RB532: Simplify dev3 init X-Git-Tag: v2.6.29-rc4~84^2~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c4db8e82808a804751be906e8c14bbe0a264a9c;p=pandora-kernel.git MIPS: RB532: Simplify dev3 init As rb532_dev3_ctl_res is not used by any platform device, it can be dropped when not used for holding the physical address of the device 3 controller. Also a size of one byte should suffice when ioremapping the physical address mentioned above, as only a single byte is being read from and written to it. Signed-off-by: Phil Sutter Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed