Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7317
b: refs/heads/master
c: f63ed39
h: refs/heads/master
i:
  7315: d81059f
v: v3
  • Loading branch information
Eugene Surovegin authored and Linus Torvalds committed Sep 7, 2005
1 parent a8b98d8 commit 7b313eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 842363ff5fd79ce75c311175ea832901e2b2d40e
refs/heads/master: f63ed39c578a2a2d067356a85ce7c28a7c795d8a
2 changes: 2 additions & 0 deletions trunk/include/asm-ppc/ibm_ocp.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ OCP_SYSFS_ADDTL(struct ocp_func_emac_data, "%d\n", emac, mdio_idx) \
OCP_SYSFS_ADDTL(struct ocp_func_emac_data, "%d\n", emac, tah_idx) \
OCP_SYSFS_ADDTL(struct ocp_func_emac_data, "%d\n", emac, phy_mode) \
OCP_SYSFS_ADDTL(struct ocp_func_emac_data, "0x%08x\n", emac, phy_map) \
OCP_SYSFS_ADDTL(struct ocp_func_emac_data, "0x%08x\n", emac, phy_feat_exc)\
\
void ocp_show_emac_data(struct device *dev) \
{ \
Expand All @@ -99,6 +100,7 @@ void ocp_show_emac_data(struct device *dev) \
device_create_file(dev, &dev_attr_emac_tah_idx); \
device_create_file(dev, &dev_attr_emac_phy_mode); \
device_create_file(dev, &dev_attr_emac_phy_map); \
device_create_file(dev, &dev_attr_emac_phy_feat_exc); \
}

/*
Expand Down

0 comments on commit 7b313eb

Please sign in to comment.