From 84b6c7793297be3989562107dc8c69095a66b3d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Luis=20V=C3=A1zquez=20Cao?= Date: Thu, 18 Oct 2007 23:39:20 -0700 Subject: [PATCH] --- yaml --- r: 71395 b: refs/heads/master c: 345225c8e4a4adad9eb261db26aebcd3b87055ad h: refs/heads/master i: 71393: c551f8bedc95be275ff2e94d5a498eff26004bca 71391: d5e3aaf35a0f9de2b3bfb9c2c6187b3f51a83266 v: v3 --- [refs] | 2 +- trunk/drivers/isdn/sc/debug.h | 19 ------------------- trunk/drivers/isdn/sc/includes.h | 1 - trunk/drivers/isdn/sc/init.c | 2 +- 4 files changed, 2 insertions(+), 22 deletions(-) delete mode 100644 trunk/drivers/isdn/sc/debug.h diff --git a/[refs] b/[refs] index e16508baedb7..8597902f036c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: feea6d4d1247aa10648dcd9a328ea210a6321def +refs/heads/master: 345225c8e4a4adad9eb261db26aebcd3b87055ad diff --git a/trunk/drivers/isdn/sc/debug.h b/trunk/drivers/isdn/sc/debug.h deleted file mode 100644 index e9db96ede4b2..000000000000 --- a/trunk/drivers/isdn/sc/debug.h +++ /dev/null @@ -1,19 +0,0 @@ -/* $Id: debug.h,v 1.2.8.1 2001/09/23 22:24:59 kai Exp $ - * - * Copyright (C) 1996 SpellCaster Telecommunications Inc. - * - * This software may be used and distributed according to the terms - * of the GNU General Public License, incorporated herein by reference. - * - * For more information, please contact gpl-info@spellcast.com or write: - * - * SpellCaster Telecommunications Inc. - * 5621 Finch Avenue East, Unit #3 - * Scarborough, Ontario Canada - * M1B 2T9 - * +1 (416) 297-8565 - * +1 (416) 297-6433 Facsimile - */ - -#define REQUEST_IRQ(a,b,c,d,e) request_irq(a,b,c,d,e) -#define FREE_IRQ(a,b) free_irq(a,b) diff --git a/trunk/drivers/isdn/sc/includes.h b/trunk/drivers/isdn/sc/includes.h index 5286e0c810a9..4766e5b77378 100644 --- a/trunk/drivers/isdn/sc/includes.h +++ b/trunk/drivers/isdn/sc/includes.h @@ -14,4 +14,3 @@ #include #include #include -#include "debug.h" diff --git a/trunk/drivers/isdn/sc/init.c b/trunk/drivers/isdn/sc/init.c index 0bf76344a0d5..d09c854cfac7 100644 --- a/trunk/drivers/isdn/sc/init.c +++ b/trunk/drivers/isdn/sc/init.c @@ -404,7 +404,7 @@ static void __exit sc_exit(void) /* * Release the IRQ */ - FREE_IRQ(sc_adapter[i]->interrupt, NULL); + free_irq(sc_adapter[i]->interrupt, NULL); /* * Reset for a clean start