]> Git Repo - linux.git/commitdiff
skge: remove broken and unused PHY_M_PC_MDI_XMODE macro
authorMariusz Kozlowski <[email protected]>
Sat, 29 Sep 2007 05:42:10 +0000 (22:42 -0700)
committerDavid S. Miller <[email protected]>
Wed, 10 Oct 2007 23:53:52 +0000 (16:53 -0700)
Signed-off-by: Mariusz Kozlowski <[email protected]>
Cc: Stephen Hemminger <[email protected]>
Cc: Jeff Garzik <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Jeff Garzik <[email protected]>
drivers/net/skge.h

index dd0fd45c7155e870397231545b86cf92dc8d9c43..1a57bdd1ddf158323a39905a73058ac3c214b944 100644 (file)
@@ -1351,8 +1351,6 @@ enum {
        PHY_M_PC_EN_DET_PLUS    = 3<<8, /* Energy Detect Plus (Mode 2) */
 };
 
-#define PHY_M_PC_MDI_XMODE(x)  ((((u16)(x)<<5) & PHY_M_PC_MDIX_MSK)
-
 enum {
        PHY_M_PC_MAN_MDI        = 0, /* 00 = Manual MDI configuration */
        PHY_M_PC_MAN_MDIX       = 1, /* 01 = Manual MDIX configuration */
This page took 0.055844 seconds and 4 git commands to generate.