Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11edefd8 authored by Peter Osterlund's avatar Peter Osterlund Committed by Linus Torvalds
Browse files

[PATCH] pktcdvd: remove version string



The version information is not useful for a driver that is maintained in
Linus' kernel tree.

Signed-off-by: default avatarPeter Osterlund <petero2@telia.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent a460ad62
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -43,8 +43,6 @@
 *
 *************************************************************************/

#define VERSION_CODE	"v0.2.0a 2004-07-14 Jens Axboe (axboe@suse.de) and petero2@telia.com"

#include <linux/pktcdvd.h>
#include <linux/config.h>
#include <linux/module.h>
@@ -2678,7 +2676,6 @@ static int __init pkt_init(void)

	pkt_proc = proc_mkdir("pktcdvd", proc_root_driver);

	DPRINTK("pktcdvd: %s\n", VERSION_CODE);
	return 0;

out: