]> 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>
Thu, 11 Aug 2011 19:09:48 +0000 (15:09 -0400)
commitf41da74719a0f4c593a684d0b732882e3ee4df28
tree5c641748bf2460830a5704879bb0e62871673035
parent2811dc3fe456b8c87c114f973b7e727c9ada9071
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