14 May
2008
14 May
'08
5:33 p.m.
At Wed, 14 May 2008 14:26:18 +0300, Jarkko Nikula wrote:
Use gpiolib since it is now available for OMAPs. Change also references to HW version RX44 to product name N810.
Signed-off-by: Jarkko Nikula jarkko.nikula@nokia.com
sound/soc/omap/n810.c | 25 ++++++++++++++----------- 1 files changed, 14 insertions(+), 11 deletions(-)
diff --git a/sound/soc/omap/n810.c b/sound/soc/omap/n810.c index c2afffb..2d982b1 100644 --- a/sound/soc/omap/n810.c +++ b/sound/soc/omap/n810.c @@ -30,15 +30,15 @@
#include <asm/mach-types.h> #include <asm/arch/hardware.h> -#include <asm/arch/gpio.h> +#include <asm/gpio.h>
Checkpatch suggests to use linux/gpio.h instead. Please fix and repost.
thanks,
Takashi