diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-08-11 17:04:32 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-08-20 16:34:59 +1000 |
commit | f6f11018dc7ea62482f36846e9f6eb0f27df7c3c (patch) | |
tree | 50880508a6b9a55ac25ea07796e9bdf16526c7df /sound/aoa/soundbus | |
parent | 738e686055332a11884081ea85514514cb12fa20 (diff) | |
download | op-kernel-dev-f6f11018dc7ea62482f36846e9f6eb0f27df7c3c.zip op-kernel-dev-f6f11018dc7ea62482f36846e9f6eb0f27df7c3c.tar.gz |
powerpc/drivers: Use linux/of_device.h instead of asm/of_device.h
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>
Diffstat (limited to 'sound/aoa/soundbus')
-rw-r--r-- | sound/aoa/soundbus/soundbus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/aoa/soundbus/soundbus.h b/sound/aoa/soundbus/soundbus.h index 622cd37..a0f223c 100644 --- a/sound/aoa/soundbus/soundbus.h +++ b/sound/aoa/soundbus/soundbus.h @@ -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> |