]> git.hungrycats.org Git - linux/commitdiff
ALSA: powermac - Fix obsoleted machine_is_compatible()
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Apr 2010 05:45:46 +0000 (07:45 +0200)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 14 Mar 2012 14:57:41 +0000 (10:57 -0400)
commit 68c7ccb8f85801655aa681391dc0ee037a2b66d4 upstream.

machine_is_compatible() was renamed to of_machine_is_compatible().

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
sound/ppc/tumbler.c

index 696280c3c05a5b9c0b298231a9a3199e3dc1a204..31efa2119d9186e927976012ce11fcbeb83a9789 100644 (file)
@@ -47,7 +47,7 @@
 #define DBG(fmt...)
 #endif
 
-#define IS_G4DA (machine_is_compatible("PowerMac3,4"))
+#define IS_G4DA (of_machine_is_compatible("PowerMac3,4"))
 
 /* i2c address for tumbler */
 #define TAS_I2C_ADDR   0x34