]> git.baikalelectronics.ru Git - kernel.git/commit
miscdevice.h: delete unnecessary 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>
Mon, 31 Oct 2011 23:32:26 +0000 (19:32 -0400)
commit258f969069a841ad5a6aa1c777c273e371161c75
tree578eb09c5c5ade10f00f6ad42f4eb6cc180d30c7
parent8b3110ffd42e393f6e45a9a9b91de6d496071b52
miscdevice.h: delete unnecessary 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