From ae2264d3c9a4938b1202c4301587c7214c2c4293 Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Sun, 19 Jun 2005 04:15:58 +0000 Subject: Remove I2C support from radeon driver. Same support is available from radeonfb. --- shared-core/radeon_drv.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'shared-core/radeon_drv.h') diff --git a/shared-core/radeon_drv.h b/shared-core/radeon_drv.h index 3c423542..242f3cf2 100644 --- a/shared-core/radeon_drv.h +++ b/shared-core/radeon_drv.h @@ -31,10 +31,6 @@ #ifndef __RADEON_DRV_H__ #define __RADEON_DRV_H__ -#ifdef __linux__ -#include "radeon_i2c.h" -#endif /* __linux__ */ - /* General customization: */ @@ -268,9 +264,6 @@ typedef struct drm_radeon_private { /* starting from here on, data is preserved accross an open */ uint32_t flags; /* see radeon_chip_flags */ -#ifdef __linux__ - struct radeon_i2c_chan i2c[4]; -#endif /* __linux__ */ } drm_radeon_private_t; typedef struct drm_radeon_buf_priv { -- cgit v1.2.3