device.h: cleanup users outside of linux/include (C files)
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 22 Jan 2012 16:23:42 +0000 (11:23 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 11 Mar 2012 18:27:37 +0000 (14:27 -0400)
commit51990e825431089747f8896244b5c17d3a6423f1
tree5c1ef975ab55734a45444b629855a51f09775b93
parentdcd6c92267155e70a94b3927bce681ce74b80d1f
device.h: cleanup users outside of linux/include (C files)

For files that are actively using linux/device.h, make sure
that they call it out.  This will allow us to clean up some
of the implicit uses of linux/device.h within include/*
without introducing build regressions.

Yes, this was created by "cheating" -- i.e. the headers were
cleaned up, and then the fallout was found and fixed, and then
the two commits were reordered.  This ensures we don't introduce
build regressions into the git history.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
21 files changed:
drivers/base/power/clock_ops.c
drivers/base/power/common.c
drivers/base/power/opp.c
drivers/base/regmap/regcache-lzo.c
drivers/base/regmap/regcache-rbtree.c
drivers/base/regmap/regcache.c
drivers/base/regmap/regmap-debugfs.c
drivers/base/regmap/regmap-irq.c
drivers/base/regmap/regmap.c
drivers/edac/edac_stub.c
drivers/edac/mce_amd_inj.c
drivers/mfd/wm8994-regmap.c
drivers/power/apm_power.c
drivers/power/power_supply.h
drivers/power/power_supply_leds.c
drivers/power/power_supply_sysfs.c
net/rfkill/core.c
sound/core/init.c
sound/core/pcm.c
sound/core/seq/seq.c
sound/core/timer.c