dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/w1
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
..
Kconfig [PATCH] w1_ds2433: Added crc16 protection and read caching. 2005-09-08 14:41:27 -07:00
Makefile [PATCH] w1_ds2433: Added crc16 protection and read caching. 2005-09-08 14:41:27 -07:00
ds_w1_bridge.c [PATCH] W1: Sync with w1/ds9490 tree. 2005-09-08 14:41:26 -07:00
dscore.c [PATCH] W1: Sync with w1/ds9490 tree. 2005-09-08 14:41:26 -07:00
dscore.h [PATCH] W1: Sync with w1/ds9490 tree. 2005-09-08 14:41:26 -07:00
matrox_w1.c [PATCH] w1: cleanups. 2005-06-21 21:43:09 -07:00
w1.c [PATCH] Dallas's 1-wire bus compile error 2005-10-14 17:10:13 -07:00
w1.h [PATCH] w1: added private family data into w1_slave strucutre. 2005-09-08 14:41:27 -07:00
w1_ds2433.c [PATCH] crc16: remove w1 specific comments. 2005-09-12 08:48:08 -07:00
w1_family.c [PATCH] fix missing includes 2005-10-30 17:37:32 -08:00
w1_family.h [PATCH] w1: Added DS2433 driver - family id update. 2005-09-08 14:41:27 -07:00
w1_int.c [PATCH] w1: Detouching bug fixed. 2005-09-08 14:41:26 -07:00
w1_int.h [PATCH] w1: cleanups. 2005-06-21 21:43:09 -07:00
w1_io.c [PATCH] w1: Added w1_reset_select_slave() - Resets the bus and then selects the slave by 2005-09-08 14:41:26 -07:00
w1_io.h [PATCH] w1: Added w1_reset_select_slave() - Resets the bus and then selects the slave by 2005-09-08 14:41:26 -07:00
w1_log.h [PATCH] w1: cleanups. 2005-06-21 21:43:09 -07:00
w1_netlink.c [PATCH] W1: w1_netlink: New init/fini netlink callbacks. 2005-09-08 14:41:25 -07:00
w1_netlink.h [PATCH] W1: w1_netlink: New init/fini netlink callbacks. 2005-09-08 14:41:25 -07:00
w1_smem.c [PATCH] w1: Added add/remove slave callbacks. 2005-09-08 14:41:26 -07:00
w1_therm.c [PATCH] w1: Added add/remove slave callbacks. 2005-09-08 14:41:26 -07:00