I have a feeling this might get a little more discussion than the
other stuff, so it's in it's own patch.
Signed-Off-By: Daniel Walker <[email protected]>
---
init/Kconfig | 1 -
lib/Kconfig | 6 ------
lib/Makefile | 3 +--
3 files changed, 1 insertion(+), 9 deletions(-)
Index: linux-2.6.17/init/Kconfig
===================================================================
--- linux-2.6.17.orig/init/Kconfig
+++ linux-2.6.17/init/Kconfig
@@ -407,7 +407,6 @@ config BASE_FULL
config RT_MUTEXES
boolean
- select PLIST
config FUTEX
bool "Enable futex support" if EMBEDDED
Index: linux-2.6.17/lib/Kconfig
===================================================================
--- linux-2.6.17.orig/lib/Kconfig
+++ linux-2.6.17/lib/Kconfig
@@ -86,10 +86,4 @@ config TEXTSEARCH_BM
config TEXTSEARCH_FSM
tristate
-#
-# plist support is select#ed if needed
-#
-config PLIST
- boolean
-
endmenu
Index: linux-2.6.17/lib/Makefile
===================================================================
--- linux-2.6.17.orig/lib/Makefile
+++ linux-2.6.17/lib/Makefile
@@ -5,7 +5,7 @@
lib-y := errno.o ctype.o string.o vsprintf.o cmdline.o \
bust_spinlocks.o rbtree.o radix-tree.o dump_stack.o \
idr.o div64.o int_sqrt.o bitmap.o extable.o prio_tree.o \
- sha1.o
+ sha1.o plist.o
lib-$(CONFIG_SMP) += cpumask.o
@@ -26,7 +26,6 @@ lib-$(CONFIG_SEMAPHORE_SLEEPERS) += sema
lib-$(CONFIG_GENERIC_FIND_NEXT_BIT) += find_next_bit.o
lib-$(CONFIG_GENERIC_HWEIGHT) += hweight.o
obj-$(CONFIG_LOCK_KERNEL) += kernel_lock.o
-obj-$(CONFIG_PLIST) += plist.o
obj-$(CONFIG_DEBUG_PREEMPT) += smp_processor_id.o
obj-$(CONFIG_DEBUG_LIST) += list.o
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]