From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Pluto drivers uses disable/enable_irq(), so add prototypes for them. Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> --- drivers/scsi/pluto.c | 1 + 1 file changed, 1 insertion(+) --- linux-2.6.23-git7.orig/drivers/scsi/pluto.c +++ linux-2.6.23-git7/drivers/scsi/pluto.c @@ -14,6 +14,7 @@ #include <linux/proc_fs.h> #include <linux/stat.h> #include <linux/init.h> +#include <linux/interrupt.h> #ifdef CONFIG_KMOD #include <linux/kmod.h> #endif - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html