summaryrefslogtreecommitdiff
path: root/shared-core/radeon_drv.h
diff options
context:
space:
mode:
authorJon Smirl <jonsmirl@yahoo.com>2005-06-19 04:15:58 +0000
committerJon Smirl <jonsmirl@yahoo.com>2005-06-19 04:15:58 +0000
commitae2264d3c9a4938b1202c4301587c7214c2c4293 (patch)
treed5c71115bd800fcf6985924546979a86a924b432 /shared-core/radeon_drv.h
parent71df0eed3476d4430a59ce21ca641ac8eecf54e2 (diff)
Remove I2C support from radeon driver. Same support is available from
radeonfb.
Diffstat (limited to 'shared-core/radeon_drv.h')
-rw-r--r--shared-core/radeon_drv.h7
1 files changed, 0 insertions, 7 deletions
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 {