]> 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>
Sun, 31 Jul 2011 08:05:38 +0000 (04:05 -0400)
commitd64ecacb5159486dd76a2862bf946bf6f2a72241
treee5434fa53a8615efb40109c022ed87c9ee78423f
parent15cd3b36f386a18b45e1375c2f7ad4c37f54bf9d
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