commit | b116ee4d772565d204db057a10fcd81d7a2513a8 | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Fri Jan 20 18:46:49 2012 -0500 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Tue Feb 28 17:49:27 2012 -0500 |
tree | 7336a79f5446a8c648ccef609b70027d188b8c12 | |
parent | 4ebc1b4b0004b45e280940db81888a7863d3a01d [diff] |
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 <paul.gortmaker@windriver.com>