diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2006-02-22 21:47:04 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2006-02-22 21:47:04 +0000 |
| commit | 93d74675d6011b45e57c66a397e8796bc2ddbbef (patch) | |
| tree | 73904fa6492008aa355421261e0df9673a346b4c /sys/dev/ppc | |
| parent | 3f676959ae49ae925c7cf1e2d8d5e6aa36a56609 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ppc')
| -rw-r--r-- | sys/dev/ppc/ppc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ppc/ppc.c b/sys/dev/ppc/ppc.c index d7adf42927b0..c6bc9cf81479 100644 --- a/sys/dev/ppc/ppc.c +++ b/sys/dev/ppc/ppc.c @@ -1969,7 +1969,6 @@ ppc_attach(device_t dev) struct ppc_data *ppc = DEVTOSOFTC(dev); device_t ppbus; - device_t parent = device_get_parent(dev); device_printf(dev, "%s chipset (%s) in %s mode%s\n", ppc_models[ppc->ppc_model], ppc_avms[ppc->ppc_avm], |
