Skip to content

Commit

Permalink
Staging: sxg: remove firmware files from sgx_ethtool.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Kroah-Hartman committed Apr 3, 2009
1 parent a7c0ea6 commit aac6d7b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions drivers/staging/sxg/sxg_ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit aac6d7b

Please sign in to comment.