Skip to content

Commit

Permalink
Revert "eicon: Fixed checkpatch warning"
Browse files Browse the repository at this point in the history
This reverts commit e41eef8.

It breaks the build, this symbol is refernced
by debugging macros in diddfunc.c

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Mar 10, 2013
1 parent e61667a commit 73e0468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/isdn/hardware/eicon/diva_didd.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ static char *main_revision = "$Revision: 1.13.6.4 $";
static char *DRIVERNAME =
"Eicon DIVA - DIDD table (http://www.melware.net)";
static char *DRIVERLNAME = "divadidd";
static char *DRIVERRELEASE_DIDD = "2.0";
char *DRIVERRELEASE_DIDD = "2.0";

MODULE_DESCRIPTION("DIDD table driver for diva drivers");
MODULE_AUTHOR("Cytronics & Melware, Eicon Networks");
Expand Down

0 comments on commit 73e0468

Please sign in to comment.