]> 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, 17 Aug 2011 17:42:46 +0000 (13:42 -0400)
commit73c67aa1a953f960fb63bc732534c52ee041d7be
tree88c01f56c369f7a8aca18fedc9815dada8e7cb64
parentea58e54005a2a3660a8b05593abba6bbb33d3edd
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