X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fmtd%2Fftl.c;h=f34f20c7891162f6d5fb7c101d3cac9c55da2e82;hb=375614422509c98a1f3dbef410206bf81775169b;hp=5c29872184e65b64c3f5938968aaeb29061601f6;hpb=e18425a0abc8eafa8e98ecffac517bb0c0904f4b;p=linux-2.6 diff --git a/drivers/mtd/ftl.c b/drivers/mtd/ftl.c index 5c29872184..f34f20c789 100644 --- a/drivers/mtd/ftl.c +++ b/drivers/mtd/ftl.c @@ -1,5 +1,4 @@ /* This version ported to the Linux-MTD system by dwmw2@infradead.org - * $Id: ftl.c,v 1.59 2005/11/29 14:48:31 gleixner Exp $ * * Fixes: Arnaldo Carvalho de Melo * - fixes some leaks on failure in build_maps and ftl_notify_add, cleanups @@ -1078,8 +1077,6 @@ static struct mtd_blktrans_ops ftl_tr = { static int init_ftl(void) { - DEBUG(0, "$Id: ftl.c,v 1.59 2005/11/29 14:48:31 gleixner Exp $\n"); - return register_mtd_blktrans(&ftl_tr); }