Merge branch 'net-const'
This commit is contained in:
@@ -652,7 +652,7 @@ static void FASTCALL(phy_intr(struct net_device *ndev));
|
||||
static void fastcall phy_intr(struct net_device *ndev)
|
||||
{
|
||||
struct ns83820 *dev = PRIV(ndev);
|
||||
static char *speeds[] = { "10", "100", "1000", "1000(?)", "1000F" };
|
||||
static const char *speeds[] = { "10", "100", "1000", "1000(?)", "1000F" };
|
||||
u32 cfg, new_cfg;
|
||||
u32 tbisr, tanar, tanlpar;
|
||||
int speed, fullduplex, newlinkstate;
|
||||
|
Reference in New Issue
Block a user