From 8757208b4c00bf93c87794cb6855590529f283aa Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sun, 13 Aug 2006 15:28:47 +0200 Subject: [GCC4] fix build error in drivers/net/hamradio/soundmodem/sm.h This patch fixes these errors with gcc 4 : sm.c:68: error: static declaration of 'sm_drvinfo' follows non-static declaration sm.h:154: error: previous declaration of 'sm_drvinfo' was here sm.c:131: error: static declaration of 'sm_hardware_table' follows non-static declaration sm.h:356: error: previous declaration of 'sm_hardware_table' was here --- drivers/net/hamradio/soundmodem/sm.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/net/hamradio/soundmodem/sm.h b/drivers/net/hamradio/soundmodem/sm.h index 25c47f9..b1105c2 100644 --- a/drivers/net/hamradio/soundmodem/sm.h +++ b/drivers/net/hamradio/soundmodem/sm.h @@ -151,7 +151,6 @@ struct hardware_info { /* --------------------------------------------------------------------- */ extern const char sm_drvname[]; -extern const char sm_drvinfo[]; /* --------------------------------------------------------------------- */ /* @@ -353,7 +352,6 @@ extern const struct hardware_info sm_hw_ extern const struct modem_tx_info *sm_modem_tx_table[]; extern const struct modem_rx_info *sm_modem_rx_table[]; -extern const struct hardware_info *sm_hardware_table[]; /* --------------------------------------------------------------------- */ -- 1.4.2