From: Mauro Carvalho Chehab Date: Tue, 20 Mar 2012 03:33:46 +0000 (-0300) Subject: [media] drx-j: get rid of the typedefs on bsp_i2c.h X-Git-Tag: v3.15-rc1~85^2~297 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b223b390d0b6a58921ebd024f5161315ba316df;p=pandora-kernel.git [media] drx-j: get rid of the typedefs on bsp_i2c.h 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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed