summaryrefslogtreecommitdiff
path: root/linux-2.6/radeon_i2c.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2005-03-25 13:06:53 +0000
committerDave Airlie <airlied@linux.ie>2005-03-25 13:06:53 +0000
commit20dce568dced6cb38a9bab850b45989e86b0f1e6 (patch)
tree66aa2174665865e200e6285b2cb09077a046ac49 /linux-2.6/radeon_i2c.h
parent956a701544d22c7885e53678531448cd04aba5f5 (diff)
use linux-core for 2.6 not this stuff..
Diffstat (limited to 'linux-2.6/radeon_i2c.h')
-rw-r--r--linux-2.6/radeon_i2c.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/linux-2.6/radeon_i2c.h b/linux-2.6/radeon_i2c.h
deleted file mode 100644
index 2adc6723..00000000
--- a/linux-2.6/radeon_i2c.h
+++ /dev/null
@@ -1,29 +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);
-
-