diff --git a/sys/sys/systm.h b/sys/sys/systm.h index 454f5ee2163e..0d75bdfecc22 100644 --- a/sys/sys/systm.h +++ b/sys/sys/systm.h @@ -217,10 +217,6 @@ static __inline intrmask_t spltty(void) { return 0; } static __inline intrmask_t splvm(void) { return 0; } static __inline void splx(intrmask_t ipl) { return; } -#if defined(__ia64__) -#include -#endif - /* * Various callout lists. */