Commit f6f11018 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Paul Mackerras

powerpc/drivers: Use linux/of_device.h instead of asm/of_device.h

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Acked-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 738e6860
......@@ -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,
......
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment