git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7db16a
)
[media] drx-j: get rid of the typedefs on bsp_i2c.h
author
Mauro Carvalho Chehab
<mchehab@redhat.com>
Tue, 20 Mar 2012 03:33:46 +0000
(
00:33
-0300)
committer
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Tue, 4 Mar 2014 17:21:37 +0000
(14:21 -0300)
Most of the hard work here were done by this small script:
for i in *; do sed s,pI2CDeviceAddr_t,"struct i2c_device_addr *",g <$i >a && mv a $i; done
for i in *; do sed s,I2CDeviceAddr_t,"struct i2c_device_addr",g <$i >a && mv a $i; done
Only bsp_i2c.h were added by hand.
Acked-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
No differences found