commit | ddac6021fcc1768218c8b0453705801628289ba8 | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Mon Aug 29 10:52:50 2011 -0400 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Mon Oct 31 19:32:26 2011 -0400 |
tree | 578eb09c5c5ade10f00f6ad42f4eb6cc180d30c7 | |
parent | 8a24454869a6f8e9d7968f88f78830f285089433 [diff] |
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>