From: Alexander Beregalov Date: Sun, 29 Mar 2009 16:21:51 +0000 (+0400) Subject: Staging: otus: remove old irqreturn_t definition X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=c8bfbd5dd1042ef2563267082ce03efe2b2422d1;p=linux-2.6-omap-h63xx.git Staging: otus: remove old irqreturn_t definition See commit bedd30d9 (genirq: make irqreturn_t an enum) Signed-off-by: Alexander Beregalov Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/otus/zdcompat.h b/drivers/staging/otus/zdcompat.h index 8acf400fbc0..d9a3b2d5ba1 100644 --- a/drivers/staging/otus/zdcompat.h +++ b/drivers/staging/otus/zdcompat.h @@ -45,13 +45,6 @@ struct iw_request_info #endif #endif -#ifndef IRQ_NONE -typedef void irqreturn_t; -#define IRQ_NONE -#define IRQ_HANDLED -#define IRQ_RETVAL(x) -#endif - #ifndef in_atomic #define in_atomic() 0 #endif