Skip to content

Commit

Permalink
[IA64] cleanup dig_irq_init
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Chen, Kenneth W authored and Tony Luck committed Mar 24, 2006
1 parent d2a28ad commit b17ea91
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions arch/ia64/dig/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
}
2 changes: 0 additions & 2 deletions include/asm-ia64/machvec_dig.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#define _ASM_IA64_MACHVEC_DIG_h

extern ia64_mv_setup_t dig_setup;
extern ia64_mv_irq_init_t dig_irq_init;

/*
* This stuff has dual use!
Expand All @@ -13,6 +12,5 @@ extern ia64_mv_irq_init_t dig_irq_init;
*/
#define platform_name "dig"
#define platform_setup dig_setup
#define platform_irq_init dig_irq_init

#endif /* _ASM_IA64_MACHVEC_DIG_h */

0 comments on commit b17ea91

Please sign in to comment.