On Sat, 2006-04-01 at 05:16 -0800, Linsys Contractor Amit S. Kale wrote:

> +extern char * netxen_nic_driver_string;
> +extern void netxen_update_stats(struct netxen_port *port);
> +extern void netxen_change_ringparam(struct netxen_adapter_s *adapter);
> +extern int rom_fast_read(struct netxen_adapter_s *adapter, int addr);

Put these in a header file.

> +#define NetXen_ROUNDUP(i, size)    ((i) = (((i) + (size) - 1) & ~((size) - 
> 1)))

Use the generic ALIGN macro instead.

> +                rom_fast_read(adapter,(8*i)+8);

Shouldn't this routine have a nexgen_ prefix?

        <b

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to