From: Paul Gortmaker Date: Fri, 20 Jan 2012 23:46:49 +0000 (-0500) Subject: lib: fix implicit users of kernel.h for TAINT_WARN X-Git-Tag: v3.4-rc1~98^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b116ee4d772565d204db057a10fcd81d7a2513a8;p=pandora-kernel.git lib: fix implicit users of kernel.h for TAINT_WARN A pending header cleanup will cause this to show up as: lib/average.c:38: error: 'TAINT_WARN' undeclared (first use in this function) lib/list_debug.c:24: error: 'TAINT_WARN' undeclared (first use in this function) and TAINT_WARN comes from include/linux/kernel.h file. Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed