diff options
author | David S. Miller <davem@davemloft.net> | 2013-03-10 17:48:26 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-03-10 17:48:26 -0400 |
commit | 73e046839925920eff2085e9238c81f051d9619b (patch) | |
tree | 2d1f0d829d5648570b7a1c51fc1220ec00aab4ea | |
parent | e61667af2f77d481411f2ccd307fed2247d785a8 (diff) | |
download | op-kernel-dev-73e046839925920eff2085e9238c81f051d9619b.zip op-kernel-dev-73e046839925920eff2085e9238c81f051d9619b.tar.gz |
Revert "eicon: Fixed checkpatch warning"
This reverts commit e41eef8f317a4cfe43ec4de2527703a2e6f16087.
It breaks the build, this symbol is refernced
by debugging macros in diddfunc.c
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/isdn/hardware/eicon/diva_didd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hardware/eicon/diva_didd.c b/drivers/isdn/hardware/eicon/diva_didd.c index 21468be..fab6ccf 100644 --- a/drivers/isdn/hardware/eicon/diva_didd.c +++ b/drivers/isdn/hardware/eicon/diva_didd.c @@ -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"); |