From: Mark Brown Date: Mon, 16 Feb 2009 16:04:05 +0000 (+0000) Subject: ASoC: Check machine type before loading on AT91SAM9G20-EK X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=40135ea07190316a789b2edfbf7c8131598bdf81;p=linux-2.6-omap-h63xx.git ASoC: Check machine type before loading on AT91SAM9G20-EK Signed-off-by: Mark Brown --- diff --git a/sound/soc/atmel/sam9g20_wm8731.c b/sound/soc/atmel/sam9g20_wm8731.c index be3f923d3c4..b7efdc8119d 100644 --- a/sound/soc/atmel/sam9g20_wm8731.c +++ b/sound/soc/atmel/sam9g20_wm8731.c @@ -45,6 +45,7 @@ #include #include +#include #include #include @@ -268,6 +269,9 @@ static int __init at91sam9g20ek_init(void) struct ssc_device *ssc = NULL; int ret; + if (!machine_is_at91sam9g20ek()) + return -ENODEV; + /* * Request SSC device */