提交 bd7eb1c5 编写于 作者: A Al Viro 提交者: David S. Miller

3c509: endianness

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: NJeff Garzik <jeff@garzik.org>
上级 16989ba6
...@@ -299,7 +299,7 @@ static struct isapnp_device_id el3_isapnp_adapters[] __initdata = { ...@@ -299,7 +299,7 @@ static struct isapnp_device_id el3_isapnp_adapters[] __initdata = {
{ } /* terminate list */ { } /* terminate list */
}; };
static u16 el3_isapnp_phys_addr[8][3]; static __be16 el3_isapnp_phys_addr[8][3];
static int nopnp; static int nopnp;
#endif /* __ISAPNP__ */ #endif /* __ISAPNP__ */
...@@ -379,7 +379,7 @@ static int __init el3_probe(int card_idx) ...@@ -379,7 +379,7 @@ static int __init el3_probe(int card_idx)
struct el3_private *lp; struct el3_private *lp;
short lrs_state = 0xff, i; short lrs_state = 0xff, i;
int ioaddr, irq, if_port; int ioaddr, irq, if_port;
u16 phys_addr[3]; __be16 phys_addr[3];
static int current_tag; static int current_tag;
int err = -ENODEV; int err = -ENODEV;
#if defined(__ISAPNP__) #if defined(__ISAPNP__)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册