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/radeon_i2c.c | 155 ------------------------------------------------ 1 file changed, 155 deletions(-) delete mode 100644 linux-core/radeon_i2c.c (limited to 'linux-core/radeon_i2c.c') 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