diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-01-23 11:40:26 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-01-23 11:40:26 +0000 |
commit | f6fca2e93c9ad3c704f02aaabe4359a8af16fbbb (patch) | |
tree | 15f4f739991358742ac84a6072a7dc1ac28b8423 /sound/soc/pxa | |
parent | c91cf25ebfbf3a5b336cbaa46646d37dd3d33127 (diff) | |
download | talos-op-linux-f6fca2e93c9ad3c704f02aaabe4359a8af16fbbb.tar.gz talos-op-linux-f6fca2e93c9ad3c704f02aaabe4359a8af16fbbb.zip |
ASoC: Remove unneeded e7x0 inclusion of pxa-regs.h and hardware.h
pxa-regs.h and hardware.h are not intended for use directly in driver
code and references to them have been removed in other code - remove
them from the newly added e740 and e750 machine drivers.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/pxa')
-rw-r--r-- | sound/soc/pxa/e740_wm9705.c | 2 | ||||
-rw-r--r-- | sound/soc/pxa/e750_wm9705.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/pxa/e740_wm9705.c b/sound/soc/pxa/e740_wm9705.c index ac3617651734..7cd2f89d7b10 100644 --- a/sound/soc/pxa/e740_wm9705.c +++ b/sound/soc/pxa/e740_wm9705.c @@ -18,8 +18,6 @@ #include <sound/soc.h> #include <sound/soc-dapm.h> -#include <mach/pxa-regs.h> -#include <mach/hardware.h> #include <mach/audio.h> #include <mach/eseries-gpio.h> diff --git a/sound/soc/pxa/e750_wm9705.c b/sound/soc/pxa/e750_wm9705.c index 20fbdcfa9f78..8dceccc5e059 100644 --- a/sound/soc/pxa/e750_wm9705.c +++ b/sound/soc/pxa/e750_wm9705.c @@ -18,8 +18,6 @@ #include <sound/soc.h> #include <sound/soc-dapm.h> -#include <mach/pxa-regs.h> -#include <mach/hardware.h> #include <mach/audio.h> #include <mach/eseries-gpio.h> |