mirror of
https://github.com/torvalds/linux.git
synced 2024-12-30 23:02:08 +00:00
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>
This commit is contained in:
parent
738e686055
commit
f6f11018dc
@ -4,7 +4,7 @@
|
|||||||
#include <linux/mutex.h>
|
#include <linux/mutex.h>
|
||||||
#include <linux/spinlock.h>
|
#include <linux/spinlock.h>
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
#include <asm/of_device.h>
|
#include <linux/of_device.h>
|
||||||
|
|
||||||
enum ams_irq {
|
enum ams_irq {
|
||||||
AMS_IRQ_FREEFALL = 0x01,
|
AMS_IRQ_FREEFALL = 0x01,
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
#ifndef __SOUNDBUS_H
|
#ifndef __SOUNDBUS_H
|
||||||
#define __SOUNDBUS_H
|
#define __SOUNDBUS_H
|
||||||
|
|
||||||
#include <asm/of_device.h>
|
#include <linux/of_device.h>
|
||||||
#include <sound/pcm.h>
|
#include <sound/pcm.h>
|
||||||
#include <linux/list.h>
|
#include <linux/list.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user