From fa6b4c32ba8ac12937b60dcbcc5549f83b08fddc Mon Sep 17 00:00:00 2001 From: Nathan Whitehorn Date: Mon, 2 Dec 2013 17:45:43 +0000 Subject: [PATCH] Remove fdtbus_bs_tag definition, which is now obsolete. The remainder of this file is also slated for future demolition. --- sys/powerpc/include/fdt.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sys/powerpc/include/fdt.h b/sys/powerpc/include/fdt.h index 116f562af02..955e3c7303c 100644 --- a/sys/powerpc/include/fdt.h +++ b/sys/powerpc/include/fdt.h @@ -35,15 +35,7 @@ #include #include -/* Max interrupt number */ -#define FDT_INTR_MAX INTR_VECTORS - /* Map phandle/intpin pair to global IRQ number */ #define FDT_MAP_IRQ(node, pin) powerpc_get_irq(node, pin) -/* - * Bus space tag. XXX endianess info needs to be derived from the blob. - */ -#define fdtbus_bs_tag (&bs_be_tag) - #endif /* _MACHINE_FDT_H_ */