[AVR32] Remove bogus comment in arch/avr32/kernel/irq.c

The comment at the top of arch/avr32/kernel/irq.c doesn't really make
sense anymore since most of the actual interrupt handling code is
elsewhere.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>

-9
-9
arch/avr32/kernel/irq.c
··· 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License version 2 as 9 9 * published by the Free Software Foundation. 10 - * 11 - * This file contains the code used by various IRQ handling routines: 12 - * asking for different IRQ's should be done through these routines 13 - * instead of just grabbing them. Thus setups with different IRQ numbers 14 - * shouldn't result in any weird surprises, and installing new handlers 15 - * should be easier. 16 - * 17 - * IRQ's are in fact implemented a bit like signal handlers for the kernel. 18 - * Naturally it's not a 1:1 relation, but there are similarities. 19 10 */ 20 11 21 12 #include <linux/interrupt.h>