commit | b8d6f45b32f6fe72bf7304183275e99332544ce1 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Tue Feb 13 22:09:00 2007 +0100 |
committer | Jean Delvare <khali@arrakis.delvare> | Tue Feb 13 22:09:00 2007 +0100 |
tree | eaa3041831b0f48b0746ed442d10f7496ec0c56a | |
parent | 099ab118b6b194ad43865f62776a0d36d4b1c7d2 [diff] |
i2c: completion header cleanups i2c-core and i2c-isa use completions without including <linux/completion.h>. Fix it. i2c-powermac includes <linux/completion.h> but doesn't use any completion. Fix it. Signed-off-by: Jean Delvare <khali@linux-fr.org> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: David Brownell <david-b@pacbell.net>