summaryrefslogtreecommitdiff
path: root/linux-core/radeon_i2c.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 /linux-core/radeon_i2c.h
parent71df0eed3476d4430a59ce21ca641ac8eecf54e2 (diff)
Remove I2C support from radeon driver. Same support is available from
radeonfb.
Diffstat (limited to 'linux-core/radeon_i2c.h')
-rw-r--r--linux-core/radeon_i2c.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/linux-core/radeon_i2c.h b/linux-core/radeon_i2c.h
deleted file mode 100644
index 6fc1519d..00000000
--- a/linux-core/radeon_i2c.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * linux/radeon_i2c.h
- *
- * Original author probably Benjamin Herrenschmidt <benh@kernel.crashing.org>
- * or Kronos <kronos@kronoz.cjb.net>
- * Based on Xfree sources
- * (C) Copyright 2004 Jon Smirl <jonsmirl@gmail.com>
- *
- * This is a GPL licensed file from the Linux kernel, don't add it to the BSD build
- *
- * Radeon I2C support routines
- *
- */
-
-#include <linux/i2c.h>
-#include <linux/i2c-id.h>
-#include <linux/i2c-algo-bit.h>
-
-struct radeon_i2c_chan {
- drm_device_t *dev;
- u32 ddc_reg;
- struct i2c_adapter adapter;
- struct i2c_algo_bit_data algo;
-};
-
-extern int radeon_create_i2c_busses(drm_device_t * dev);
-extern void radeon_delete_i2c_busses(drm_device_t * dev);