From: Albert H. <he...@us...> - 2009-10-25 18:57:05
|
Update of /cvsroot/gc-linux/linux/drivers/misc In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32669/drivers/misc Modified Files: Kconfig Makefile Log Message: Forward to v2.6.31. Index: Makefile =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/misc/Makefile,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Makefile 25 Oct 2009 18:53:45 -0000 1.15 --- Makefile 25 Oct 2009 18:56:56 -0000 1.16 *************** *** 22,23 **** --- 22,24 ---- obj-$(CONFIG_C2PORT) += c2port/ obj-y += eeprom/ + obj-y += cb710/ Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/misc/Kconfig,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** Kconfig 25 Oct 2009 18:53:45 -0000 1.19 --- Kconfig 25 Oct 2009 18:56:56 -0000 1.20 *************** *** 236,239 **** --- 236,240 ---- source "drivers/misc/c2port/Kconfig" source "drivers/misc/eeprom/Kconfig" + source "drivers/misc/cb710/Kconfig" endif # MISC_DEVICES |