]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
powerpc/drivers: Use linux/of_device.h instead of asm/of_device.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 11 Aug 2008 07:04:32 +0000 (17:04 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 20 Aug 2008 06:34:59 +0000 (16:34 +1000)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
drivers/hwmon/ams/ams.h
sound/aoa/soundbus/soundbus.h

index a6221e5dd984292613634a6ddf28c775615e6465..221ef6915a5f74ec06a6ab4e7969f17ae3e90d4b 100644 (file)
@@ -4,7 +4,7 @@
 #include <linux/mutex.h>
 #include <linux/spinlock.h>
 #include <linux/types.h>
-#include <asm/of_device.h>
+#include <linux/of_device.h>
 
 enum ams_irq {
        AMS_IRQ_FREEFALL = 0x01,
index 622cd37a011817f3a4edd94cca5bf12a78faa281..a0f223c13f663ac9f65c92b706aa44ecde4e55cf 100644 (file)
@@ -8,7 +8,7 @@
 #ifndef __SOUNDBUS_H
 #define __SOUNDBUS_H
 
-#include <asm/of_device.h>
+#include <linux/of_device.h>
 #include <sound/pcm.h>
 #include <linux/list.h>