Commit d7a1a3e6 authored by Andrew Morton's avatar Andrew Morton Committed by Jeff Garzik

[PATCH] ray_cs export cleanup

From: Arjan van de Ven <arjan@fenrus.demon.nl>

The ray_cs driver author seemed to have assumed that he needs to exports
functions he registers with the core kernel via function pointers, that of
course isn't the case so the cleanup below removes this; these functions
aren't used anywhere else nor meant to be (they're even static).
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent de8705b5
......@@ -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