[IA64] cleanup dig_irq_init

dig_irq_init is equivalent to machvec_noop, no need to define
another empty function.

Signed-off-by: Ken Chen <kenneth.w.chen@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Esse commit está contido em:
Chen, Kenneth W
2006-03-12 11:10:00 -08:00
commit de Tony Luck
commit b17ea91a43
2 arquivos alterados com 0 adições e 7 exclusões

Ver arquivo

@@ -69,8 +69,3 @@ dig_setup (char **cmdline_p)
screen_info.orig_video_isVGA = 1; /* XXX fake */
screen_info.orig_video_ega_bx = 3; /* XXX fake */
}
void __init
dig_irq_init (void)
{
}