Skip to content

Commit

Permalink
i2c: Delete unused i2c-algo-sgi helper module
Browse files Browse the repository at this point in the history
The i2c-algo-sgi code was merged into the vino driver, so we can
delete it now.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
  • Loading branch information
Jean Delvare committed Apr 6, 2009
1 parent 7c8ad4a commit abe213d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 210 deletions.
4 changes: 0 additions & 4 deletions drivers/i2c/algos/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,4 @@ config I2C_ALGOPCF
config I2C_ALGOPCA
tristate "I2C PCA 9564 interfaces"

config I2C_ALGO_SGI
tristate
depends on SGI_IP22 || SGI_IP32 || X86_VISWS

endmenu
1 change: 0 additions & 1 deletion drivers/i2c/algos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
obj-$(CONFIG_I2C_ALGOBIT) += i2c-algo-bit.o
obj-$(CONFIG_I2C_ALGOPCF) += i2c-algo-pcf.o
obj-$(CONFIG_I2C_ALGOPCA) += i2c-algo-pca.o
obj-$(CONFIG_I2C_ALGO_SGI) += i2c-algo-sgi.o

ifeq ($(CONFIG_I2C_DEBUG_ALGO),y)
EXTRA_CFLAGS += -DDEBUG
Expand Down
179 changes: 0 additions & 179 deletions drivers/i2c/algos/i2c-algo-sgi.c

This file was deleted.

26 changes: 0 additions & 26 deletions include/linux/i2c-algo-sgi.h

This file was deleted.

0 comments on commit abe213d

Please sign in to comment.