[alsa-devel] [PATCH] soc: neo1973_wm8753 audio support does not require scoop
This driver does not use any of the functionality provided by the scoop hardware. Remove the unneeded header.
Signed-off-by: H Hartley Sweeten hsweeten@visionengravers.com
---
diff --git a/sound/soc/samsung/neo1973_wm8753.c b/sound/soc/samsung/neo1973_wm8753.c index c7a2451..c5b3113 100644 --- a/sound/soc/samsung/neo1973_wm8753.c +++ b/sound/soc/samsung/neo1973_wm8753.c @@ -24,7 +24,6 @@ #include <sound/tlv.h>
#include <asm/mach-types.h> -#include <asm/hardware/scoop.h> #include <mach/regs-clock.h> #include <mach/regs-gpio.h> #include <mach/hardware.h>
On Fri, Jan 28, 2011 at 12:00:18PM -0700, H Hartley Sweeten wrote:
This driver does not use any of the functionality provided by the scoop hardware. Remove the unneeded header.
Signed-off-by: H Hartley Sweeten hsweeten@visionengravers.com
CCing in Liam. As I think I've mentioned before please do remember to CC maintainers.
diff --git a/sound/soc/samsung/neo1973_wm8753.c b/sound/soc/samsung/neo1973_wm8753.c index c7a2451..c5b3113 100644 --- a/sound/soc/samsung/neo1973_wm8753.c +++ b/sound/soc/samsung/neo1973_wm8753.c @@ -24,7 +24,6 @@ #include <sound/tlv.h>
#include <asm/mach-types.h> -#include <asm/hardware/scoop.h> #include <mach/regs-clock.h> #include <mach/regs-gpio.h> #include <mach/hardware.h> _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
On Mon, 2011-01-31 at 11:23 +0000, Mark Brown wrote:
On Fri, Jan 28, 2011 at 12:00:18PM -0700, H Hartley Sweeten wrote:
This driver does not use any of the functionality provided by the scoop hardware. Remove the unneeded header.
Signed-off-by: H Hartley Sweeten hsweeten@visionengravers.com
CCing in Liam. As I think I've mentioned before please do remember to CC maintainers.
diff --git a/sound/soc/samsung/neo1973_wm8753.c b/sound/soc/samsung/neo1973_wm8753.c index c7a2451..c5b3113 100644 --- a/sound/soc/samsung/neo1973_wm8753.c +++ b/sound/soc/samsung/neo1973_wm8753.c @@ -24,7 +24,6 @@ #include <sound/tlv.h>
#include <asm/mach-types.h> -#include <asm/hardware/scoop.h> #include <mach/regs-clock.h> #include <mach/regs-gpio.h> #include <mach/hardware.h>
Acked-by: Liam Girdwood lrg@slimlogic.co.uk
On Fri, Jan 28, 2011 at 12:00:18PM -0700, H Hartley Sweeten wrote:
This driver does not use any of the functionality provided by the scoop hardware. Remove the unneeded header.
Applied but please in future remember to:
- Send copies of your patches to the relevant maintainers as documented in Documentation/SubmittingPatches so maintainers actually see them. - Make your commit messages match the style for the subsystem you're submitting to.
This stuff is especially important for minor cleanups like this, please do try to bear it in mind.
participants (3)
-
H Hartley Sweeten
-
Liam Girdwood
-
Mark Brown