linux/drivers/input
Tim Schmielau 4e57b68178 [PATCH] fix missing includes
I recently picked up my older work to remove unnecessary #includes of
sched.h, starting from a patch by Dave Jones to not include sched.h
from module.h. This reduces the number of indirect includes of sched.h
by ~300. Another ~400 pointless direct includes can be removed after
this disentangling (patch to follow later).
However, quite a few indirect includes need to be fixed up for this.

In order to feed the patches through -mm with as little disturbance as
possible, I've split out the fixes I accumulated up to now (complete for
i386 and x86_64, more archs to follow later) and post them before the real
patch.  This way this large part of the patch is kept simple with only
adding #includes, and all hunks are independent of each other.  So if any
hunk rejects or gets in the way of other patches, just drop it.  My scripts
will pick it up again in the next round.

Signed-off-by: Tim Schmielau <tim@physik3.uni-rostock.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-10-30 17:37:32 -08:00
..
gameport [PATCH] fix missing includes 2005-10-30 17:37:32 -08:00
joystick [PATCH] fix missing includes 2005-10-30 17:37:32 -08:00
keyboard [PATCH] amikbd fix 2005-10-29 10:35:07 -07:00
misc [PATCH] CONFIG_IA32 2005-10-30 17:37:10 -08:00
mouse Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 2005-10-28 13:09:47 -07:00
serio [PATCH] fix missing includes 2005-10-30 17:37:32 -08:00
touchscreen [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks 2005-10-28 09:52:56 -07:00
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
evbug.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
evdev.c [PATCH] INPUT: Create symlinks for backwards compatibility 2005-10-28 09:52:55 -07:00
input.c [PATCH] input core: remove custom-made hotplug handler 2005-10-28 09:52:55 -07:00
joydev.c [PATCH] INPUT: Create symlinks for backwards compatibility 2005-10-28 09:52:55 -07:00
mousedev.c [PATCH] INPUT: Create symlinks for backwards compatibility 2005-10-28 09:52:55 -07:00
power.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tsdev.c [PATCH] INPUT: Create symlinks for backwards compatibility 2005-10-28 09:52:55 -07:00