diff options
Diffstat (limited to 'sys/sparc64/sbus')
-rw-r--r-- | sys/sparc64/sbus/sbusvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/sbus/sbusvar.h b/sys/sparc64/sbus/sbusvar.h index 74f7f67..b9e4750 100644 --- a/sys/sparc64/sbus/sbusvar.h +++ b/sys/sparc64/sbus/sbusvar.h @@ -123,6 +123,6 @@ SBUS_ACCESSOR(node, NODE, phandle_t) SBUS_ACCESSOR(slot, SLOT, int) SBUS_ACCESSOR(device_type, DEVICE_TYPE, char *) -#undef EBUS_ACCESSOR +#undef SBUS_ACCESSOR #endif /* _SPARC64_SBUS_SBUSVAR_H_ */ |