]> git.karo-electronics.de Git - karo-tx-linux.git/commit
miscdevice.h: delete unrequired inclusion of module.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 29 Aug 2011 14:52:50 +0000 (10:52 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 6 Oct 2011 18:10:18 +0000 (14:10 -0400)
commit53e3d75d022842f1244e1243b5cb346a9a5a58a0
tree1a8374d8568fb67b33e210933e74020b5ae22adc
parent4d6e0bc0bd61ebf0129683296bf0cc1de0508ed8
miscdevice.h: delete unrequired inclusion of module.h

This file has a define MODULE_ALIAS_MISCDEV which in turn will
use the MODULE_ALIAS define, but only if the former is explicitly
used by modular device driver code (and such code should be
already including module.h).

Delete the include, since module.h is such a giant thing that we
don't want it implicitly sneaking into compiles where it isn't
specifically required.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
include/linux/miscdevice.h