Skip to content

Commit

Permalink
[PATCH] ppc64: Add missing include
Browse files Browse the repository at this point in the history
inline pmac_call_feature references ppc_md so include asm/machdep.h
in asm/pmac_feature.h

Signed-off-by: Milton Miller <miltonm@bga.com>
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Milton Miller authored and Paul Mackerras committed Sep 6, 2005
1 parent 67d2c36 commit cdcd318
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-ppc/pmac_feature.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#define __PPC_ASM_PMAC_FEATURE_H

#include <asm/macio.h>
#include <asm/machdep.h>

/*
* Known Mac motherboard models
Expand Down

0 comments on commit cdcd318

Please sign in to comment.