From ee00178882ec47730e5d8f651135e482fa6f0cce Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Tue, 13 Sep 2005 20:11:39 +0000 Subject: * bt832.c: (bt832_probe): * bttv-i2c.c: (attach_inform): * cx88-i2c.c: (attach_inform), (detach_inform): * id.h: * ir-kbd-i2c.c: (ir_probe): * msp3400.c: (msp34xx_sleep), (msp_attach): * saa6588.c: * saa6752hs.c: * saa7134-i2c.c: (attach_inform): * saa7134-tvaudio.c: (tvaudio_sleep): * tda7432.c: (tda7432_probe): * tda9875.c: (tda9875_probe): * tda9887.c: (tda9887_probe): * tuner-core.c: * tveeprom.c: (tveeprom_attach_adapter): * tvmixer.c: (tvmixer_ioctl), (tvmixer_clients), (tvmixer_cleanup_module): * video-buf.c: (videobuf_dma_free): - Step two, in preparation for 2.6.14-rcX compatability: - Compile tested against vanila kernels 2.6.13 & 2.6.8 - 2.6.14 compile still broken... Signed-off-by: Michael Krufky --- linux/include/media/id.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'linux/include/media') diff --git a/linux/include/media/id.h b/linux/include/media/id.h index a39a64239..7d69a7ee2 100644 --- a/linux/include/media/id.h +++ b/linux/include/media/id.h @@ -1,5 +1,5 @@ /* - * $Id: id.h,v 1.4 2005/06/12 04:19:19 mchehab Exp $ + * $Id: id.h,v 1.5 2005/09/13 20:11:39 mkrufky Exp $ */ /* FIXME: this temporarely, until these are included in linux/i2c-id.h */ @@ -34,8 +34,3 @@ #ifndef I2C_DRIVERID_SAA6752HS # define I2C_DRIVERID_SAA6752HS I2C_DRIVERID_EXP0+8 #endif - -/* algorithms */ -#ifndef I2C_ALGO_SAA7134 -# define I2C_ALGO_SAA7134 0x090000 -#endif -- cgit v1.2.3