mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove fdtbus_bs_tag definition, which is now obsolete. The remainder of
this file is also slated for future demolition.
This commit is contained in:
parent
0f984a9260
commit
fa6b4c32ba
1 changed files with 0 additions and 8 deletions
|
|
@ -35,15 +35,7 @@
|
|||
#include <machine/bus.h>
|
||||
#include <machine/intr_machdep.h>
|
||||
|
||||
/* 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_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue