Commit 78482456 authored by Jeff Garzik's avatar Jeff Garzik

Merge pobox.com:/garz/repo/linux-2.6

into pobox.com:/garz/repo/netdev-2.6/janitor
parents 702e4ff4 2cef163a
......@@ -291,10 +291,10 @@ struct velocity_td_info {
dma_addr_t buf_dma;
};
enum {
enum velocity_owner {
OWNED_BY_HOST = 0,
OWNED_BY_NIC = 1
} velocity_owner;
};
/*
......
......@@ -155,10 +155,6 @@ static void join_net(u_long local);
static void start_net(u_long local);
/* void start_net(ray_dev_t *local); */
/* Create symbol table for registering with kernel in init_module */
EXPORT_SYMBOL(ray_dev_ioctl);
EXPORT_SYMBOL(ray_rx);
/*===========================================================================*/
/* Parameters that can be set with 'insmod' */
/* Bit map of interrupts to choose from */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment