aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-01-21 08:14:38 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2009-04-03 14:53:11 -0700
commitaac6d7bed183fa2f09ea45e1f05c7ae302514da8 (patch)
tree276e406d2366be3aa615c8b9d7c8cde7acac6083
parentStaging: sxg: fix build warnings in sxg_ethtool (diff)
downloadlinux-dev-aac6d7bed183fa2f09ea45e1f05c7ae302514da8.tar.xz
linux-dev-aac6d7bed183fa2f09ea45e1f05c7ae302514da8.zip
Staging: sxg: remove firmware files from sgx_ethtool.c
They are not needed here and only cause build warnings and bloat the object file. Cc: Mithlesh Thukral <mithlesh@linsyssoft.com> Cc: LinSysSoft Sahara Team <saharaproj@linsyssoft.com> Cc: Christopher Harrer <charrer@alacritech.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/staging/sxg/sxg_ethtool.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/staging/sxg/sxg_ethtool.c b/drivers/staging/sxg/sxg_ethtool.c
index 000c4d66e6fe..f2771c62587f 100644
--- a/drivers/staging/sxg/sxg_ethtool.c
+++ b/drivers/staging/sxg/sxg_ethtool.c
@@ -53,15 +53,6 @@
#include "sxghw.h"
#include "sxghif.h"
#include "sxg.h"
-//#include "sxg.c"
-#define SXG_UCODE_DBG 0 /* Turn on for debugging */
-#ifdef SXG_UCODE_DBG
-#include "saharadbgdownload.c"
-#include "saharadbgdownloadB.c"
-#else
-#include "saharadownload.c"
-#include "saharadownloadB.c"
-#endif
struct sxg_nic_stats {
char stat_string[ETH_GSTRING_LEN];