diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-08-24 09:41:32 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-08-24 09:41:32 +0200 |
commit | c6ea2af76ab79b82a0bfed313e4c2b68b10c2bc1 (patch) | |
tree | a6754167918f5c0c0c363f5041473000c74ddf5c /sound | |
parent | 20496ff3783fc9d4cea2317ed2d4442561af64d9 (diff) |
ASoC: Remove unneeded inclusion of linux/regulator/consumer.h
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/wm_hubs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm_hubs.c b/sound/soc/codecs/wm_hubs.c index 6be47e839cb7..41699bd1986c 100644 --- a/sound/soc/codecs/wm_hubs.c +++ b/sound/soc/codecs/wm_hubs.c @@ -18,7 +18,6 @@ #include <linux/pm.h> #include <linux/i2c.h> #include <linux/platform_device.h> -#include <linux/regulator/consumer.h> #include <sound/core.h> #include <sound/pcm.h> #include <sound/pcm_params.h> |