[<prev] [next>] [day] [month] [year] [list]
Message-ID: <492411b7.0c636e0a.1c92.ffffe107@mx.google.com>
Date: Wed, 19 Nov 2008 21:16:33 +0800
From: Qinghuang Feng <qhfeng.kernel@...il.com>
To: David Woodhouse <dwmw2@...radead.org>
Cc: linux-mtd@...ts.infradead.org, linux-kernel@...r.kernel.org,
Mike Rapoport <mike@...pulab.co.il>,
Mike Lavender <mike@...roidmicros.com>,
David Hinds <dahinds@...rs.sourceforge.net>
Subject: [PATCH 4/4] drivers/mtd/ftl.c: mark {__init|__exit} for {init|exit}
functions
Signed-off-by: Qinghuang Feng <qhfeng.kernel@...il.com>
---
diff --git a/drivers/mtd/ftl.c b/drivers/mtd/ftl.c
index 9bf581c..c3bbf38 100644
--- a/drivers/mtd/ftl.c
+++ b/drivers/mtd/ftl.c
@@ -1099,7 +1099,7 @@ static struct mtd_blktrans_ops ftl_tr = {
.owner = THIS_MODULE,
};
-static int init_ftl(void)
+static int __init init_ftl(void)
{
return register_mtd_blktrans(&ftl_tr);
}
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists