]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Wed, 27 Jul 2011 23:09:00 +0000 (19:09 -0400)
commit77b6c932932da28fe4486ff122a6b8e506634828
treebc8fee561bfe56c87427ebdf61183c2a17cc2706
parent366f8345421b59c7d34131a8c571d048bc3e49b1
range: fix bogus misuse of module.h to get printk()

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