Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98245c16 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Paul Mackerras
Browse files

[POWERPC] remove include of asm/of_device.h from pmi.h



pmi.h does not diectly reference anything in of_device.h and of the two
files that include asm/pmi.h, one includes of_device.h and the other
includes of_platform.h (which includes of_device.h).

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent f9a5e6a2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -29,8 +29,6 @@

#ifdef __KERNEL__

#include <asm/of_device.h>

#define PMI_TYPE_FREQ_CHANGE	0x01
#define PMI_READ_TYPE		0
#define PMI_READ_DATA0		1