Skip to content

Commit f6f1101

Browse files
sfrothwellpaulusmack
authored andcommitted
powerpc/drivers: Use linux/of_device.h instead of asm/of_device.h
Signed-off-by: Stephen Rothwell <[email protected]> Acked-by: Takashi Iwai <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>
1 parent 738e686 commit f6f1101

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/hwmon/ams/ams.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <linux/mutex.h>
55
#include <linux/spinlock.h>
66
#include <linux/types.h>
7-
#include <asm/of_device.h>
7+
#include <linux/of_device.h>
88

99
enum ams_irq {
1010
AMS_IRQ_FREEFALL = 0x01,

sound/aoa/soundbus/soundbus.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#ifndef __SOUNDBUS_H
99
#define __SOUNDBUS_H
1010

11-
#include <asm/of_device.h>
11+
#include <linux/of_device.h>
1212
#include <sound/pcm.h>
1313
#include <linux/list.h>
1414

0 commit comments

Comments
 (0)