range: fix bogus misuse of module.h to get printk()
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 25 May 2011 13:52:21 +0000 (09:52 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 13:20:11 +0000 (09:20 -0400)
This file isn't doing anything with modules and so it should
not be including <linux/module.h> just to get basic stuff
like printk() and min/max.  Revector it to <linux/kernel.h>.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
kernel/range.c

diff --cc kernel/range.c
Simple merge