summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4v/sys/machsystm.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sun4v/sys/machsystm.h')
-rw-r--r--usr/src/uts/sun4v/sys/machsystm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/sun4v/sys/machsystm.h b/usr/src/uts/sun4v/sys/machsystm.h
index 8db9dca1ff..01e5699f8b 100644
--- a/usr/src/uts/sun4v/sys/machsystm.h
+++ b/usr/src/uts/sun4v/sys/machsystm.h
@@ -362,7 +362,7 @@ typedef struct devi_branch {
void (*devi_branch_callback)(dev_info_t *, void *, uint_t);
int type;
union {
- int (*prom_branch_select)(dnode_t, void *, uint_t);
+ int (*prom_branch_select)(pnode_t, void *, uint_t);
int (*sid_branch_create)(dev_info_t *, void *, uint_t);
} create;
} devi_branch_t;