Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Chen, Kenneth W and committed by
Tony Luck
b17ea91a d2a28ad9

-7
-5
arch/ia64/dig/setup.c
··· 69 69 screen_info.orig_video_isVGA = 1; /* XXX fake */ 70 70 screen_info.orig_video_ega_bx = 3; /* XXX fake */ 71 71 } 72 - 73 - void __init 74 - dig_irq_init (void) 75 - { 76 - }
-2
include/asm-ia64/machvec_dig.h
··· 2 2 #define _ASM_IA64_MACHVEC_DIG_h 3 3 4 4 extern ia64_mv_setup_t dig_setup; 5 - extern ia64_mv_irq_init_t dig_irq_init; 6 5 7 6 /* 8 7 * This stuff has dual use! ··· 12 13 */ 13 14 #define platform_name "dig" 14 15 #define platform_setup dig_setup 15 - #define platform_irq_init dig_irq_init 16 16 17 17 #endif /* _ASM_IA64_MACHVEC_DIG_h */