Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97262
b: refs/heads/master
c: 6089093
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Linus Torvalds committed May 24, 2008
1 parent 81f8367 commit 228aa2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 26 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bff5fda972dc23bd1806a47c2098ae173585d013
refs/heads/master: 6089093e588ee3f6aed99d08b1cf5ea37c52cf97
4 changes: 2 additions & 2 deletions trunk/drivers/char/ip2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Makefile for the Computone IntelliPort Plus Driver
#

obj-$(CONFIG_COMPUTONE) += ip2.o ip2main.o
obj-$(CONFIG_COMPUTONE) += ip2.o

ip2-objs := ip2base.o
ip2-objs := ip2base.o ip2main.o

23 changes: 0 additions & 23 deletions trunk/drivers/char/ip2/ip2main.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,27 +345,6 @@ have_requested_irq( char irq )
return 0;
}

/******************************************************************************/
/* Function: init_module() */
/* Parameters: None */
/* Returns: Success (0) */
/* */
/* Description: */
/* This is a required entry point for an installable module. It simply calls */
/* the driver initialisation function and returns what it returns. */
/******************************************************************************/
#ifdef MODULE
static int __init
ip2_init_module(void)
{
#ifdef IP2DEBUG_INIT
printk (KERN_DEBUG "Loading module ...\n" );
#endif
return 0;
}
module_init(ip2_init_module);
#endif /* MODULE */

/******************************************************************************/
/* Function: cleanup_module() */
/* Parameters: None */
Expand Down Expand Up @@ -779,8 +758,6 @@ ip2_loadmain(int *iop, int *irqp, unsigned char *firmware, int firmsize)
return err;
}

EXPORT_SYMBOL(ip2_loadmain);

/******************************************************************************/
/* Function: ip2_init_board() */
/* Parameters: Index of board in configuration structure */
Expand Down

0 comments on commit 228aa2e

Please sign in to comment.