cbus: retu: search and replace
authorFelipe Balbi <balbi@ti.com>
Mon, 14 Feb 2011 17:44:56 +0000 (19:44 +0200)
committerFelipe Balbi <balbi@ti.com>
Tue, 15 Feb 2011 08:24:55 +0000 (10:24 +0200)
replace all occurrences of retu_read_reg
and retu_write_reg with the internal functions
__retu_read_reg and __retu_write_reg on retu.c

Achieved with the following vim command:

:%s/\<retu_\(read\|write\)_reg(/__retu_\1_reg(retu, /gc

Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found