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. --- linux-core/Makefile.kernel | 2 +- linux-core/radeon_i2c.c | 155 --------------------------------------------- linux-core/radeon_i2c.h | 27 -------- 3 files changed, 1 insertion(+), 183 deletions(-) delete mode 100644 linux-core/radeon_i2c.c delete mode 100644 linux-core/radeon_i2c.h (limited to 'linux-core') diff --git a/linux-core/Makefile.kernel b/linux-core/Makefile.kernel index 40a5f5a0..bced069b 100644 --- a/linux-core/Makefile.kernel +++ b/linux-core/Makefile.kernel @@ -18,7 +18,7 @@ mga-objs := mga_drv.o mga_dma.o mga_state.o mga_warp.o mga_irq.o i810-objs := i810_drv.o i810_dma.o i830-objs := i830_drv.o i830_dma.o i830_irq.o i915-objs := i915_drv.o i915_dma.o i915_irq.o i915_mem.o i915_pm.o -radeon-objs := radeon_drv.o radeon_cp.o radeon_state.o radeon_mem.o radeon_irq.o radeon_i2c.o +radeon-objs := radeon_drv.o radeon_cp.o radeon_state.o radeon_mem.o radeon_irq.o sis-objs := sis_drv.o sis_ds.o sis_mm.o ffb-objs := ffb_drv.o ffb_context.o savage-objs := savage_drv.o savage_bci.o savage_state.o diff --git a/linux-core/radeon_i2c.c b/linux-core/radeon_i2c.c deleted file mode 100644 index e19ea186..00000000 --- a/linux-core/radeon_i2c.c +++ /dev/null @@ -1,155 +0,0 @@ -/* - * linux/radeon_i2c.c - * - * Original author probably Benjamin Herrenschmidt - * or Kronos - * Based on Xfree sources - * (C) Copyright 2004 Jon Smirl - * - * This is a GPL licensed file from the Linux kernel, don't add it to the BSD build - * - * Radeon I2C support routines - * - */ - -#include -#include -#include -#include -#include -#include -#include -#include - -#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) - -#include -#include