From dbe60d5f564ee2c8ae2b7259c9103a77cfeda052 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sun, 13 Aug 2006 11:41:11 +0200 Subject: [GCC4] fix build error in drivers/isdn/eicon/eicon.h This patch fixes this error with gcc 4 : eicon_mod.c:44: error: static declaration of 'cards' follows non-static declaration eicon.h:347: error: previous declaration of 'cards' was here --- drivers/isdn/eicon/eicon.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/isdn/eicon/eicon.h b/drivers/isdn/eicon/eicon.h index 1fce94a..0805f5c 100644 --- a/drivers/isdn/eicon/eicon.h +++ b/drivers/isdn/eicon/eicon.h @@ -344,7 +344,6 @@ #endif /* CONFIG_MCA */ #include "eicon_idi.h" -extern eicon_card *cards; extern char *eicon_ctype_name[]; -- 1.4.2