I2C_HW_B_RADEON got deleted from include/linux/i2c-id.h in v2.6.29-rc2-15-g1745522.
Signed-off-by: Daniel Vetter <[email protected]> --- linux-core/radeon_reg.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/linux-core/radeon_reg.h b/linux-core/radeon_reg.h index 8698e86..434f271 100644 --- a/linux-core/radeon_reg.h +++ b/linux-core/radeon_reg.h @@ -1011,6 +1011,10 @@ #define RADEON_HTOTAL2_CNTL 0x002e /* PLL */ /* Multimedia I2C bus */ +#ifndef I2C_HW_B_RADEON /* got deleted somewhen after 2.6.28 */ +#define I2C_HW_B_RADEON 0x01001e +#endif + #define RADEON_I2C_CNTL_0 0x0090 #define RADEON_I2C_DONE (1<<0) #define RADEON_I2C_NACK (1<<1) -- 1.6.1.3 ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel
