Skip to content

Commit

Permalink
[POWERPC] remove include of asm/of_device.h from pmi.h
Browse files Browse the repository at this point in the history
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: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Stephen Rothwell authored and Paul Mackerras committed Apr 15, 2008
1 parent f9a5e6a commit 98245c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/asm-powerpc/pmi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98245c1

Please sign in to comment.