]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: fix invalid hardware.h include in ac97c for AVR32 architecture
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Mon, 24 Jan 2011 15:09:56 +0000 (16:09 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 17 Feb 2011 22:46:59 +0000 (14:46 -0800)
commit3c87fc6520b43ad5147ca5f621e70a9d23547fc8
tree8a519d071fda8db183f1e98fe36e831e6f17ec0f
parentcc87896c02bfa12c4833694f8f0d367f9220d9b6
ALSA: fix invalid hardware.h include in ac97c for AVR32 architecture

commit fd76804f3f5484b35e6a51214c91e916ebba05aa upstream.

This patch fixes the non-compiling AC97C driver for AVR32 architecture by
include mach/hardware.h only for AT91 architecture. The AVR32 architecture does
not supply the hardware.h include file.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/atmel/ac97c.c