]> git.karo-electronics.de Git - karo-tx-linux.git/commit
input: Fix module drivers explicitly needing to include module.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 27 May 2011 13:12:25 +0000 (09:12 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 28 Jul 2011 03:43:34 +0000 (23:43 -0400)
commitd0a5db4735458f0e1064017b92aa6f7845032134
treeebcba428053b58f6631e065385f2e4b3146c9cbb
parent3c593b28b3f0ba6eca1cab82a714cad31424e258
input: Fix module drivers explicitly needing to include module.h

These files are modules and so really need the full module.h header.
Call it out so some of the cleanups of implicit and unrequired
includes elsewhere can be cleaned up.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/input/input-compat.c
drivers/input/input-mt.c
drivers/input/input-polldev.c
drivers/input/sparse-keymap.c