powerpc: Cleanup from l64 to ll64 change: drivers/net
These are powerpc specific drivers. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
committed by
Benjamin Herrenschmidt
parent
1901515c79
commit
a1c5a8932b
@ -429,7 +429,7 @@ SIMPLE_PORT_ATTR(promiscuous);
|
||||
SIMPLE_PORT_ATTR(num_mcast);
|
||||
CUSTOM_PORT_ATTR(lpar_map, "0x%X\n", port->lpar_map);
|
||||
CUSTOM_PORT_ATTR(stopped_map, "0x%X\n", port->stopped_map);
|
||||
CUSTOM_PORT_ATTR(mac_addr, "0x%lX\n", port->mac_addr);
|
||||
CUSTOM_PORT_ATTR(mac_addr, "0x%llX\n", port->mac_addr);
|
||||
|
||||
#define GET_PORT_ATTR(_name) (&veth_port_attr_##_name.attr)
|
||||
static struct attribute *veth_port_default_attrs[] = {
|
||||
|
Reference in New Issue
Block a user