]> 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>
Sun, 31 Jul 2011 05:43:43 +0000 (01:43 -0400)
commit9da15cef947512eb68e6a925a554d161213f08e6
tree43a3357326270a6f6ea09e45f1ab25212bab5191
parent4898320a9c09cb1a2df4694892c771e64de83fa6
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