]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ep93xx timer: Rename struct timer_reg pointers
authorMatthias Kaehlcke <matthias@kaehlcke.net>
Tue, 9 Mar 2010 21:13:47 +0000 (22:13 +0100)
committertrix <trix@windriver.com>
Sat, 13 Mar 2010 18:44:59 +0000 (12:44 -0600)
commit5962bffcb5a064cb58d244f15f08d5d533bcd27b
tree9c7ae5841387290f1722a2d614a9ae50672c2166
parentdea86bb9aa663d726a6e6c1cf5c464c3ae351da9
ep93xx timer: Rename struct timer_reg pointers

ep93xx timer: Renamed pointers to struct timer_regs from name 'timer' to
'timer_regs' in order to avoid confusion with the global variable 'timer'

Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
cpu/arm920t/ep93xx/timer.c