提交 f17922bc 编写于 作者: A Adrian Bunk 提交者: Herbert Xu

[CRYPTO] geode: Add __dev{init,exit} annotations

This patch adds __dev{init,exit} annotations.
Signed-off-by: NAdrian Bunk <bunk@kernel.org>
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 7c3d703f
......@@ -499,7 +499,7 @@ static struct crypto_alg geode_ecb_alg = {
}
};
static void
static void __devexit
geode_aes_remove(struct pci_dev *dev)
{
crypto_unregister_alg(&geode_alg);
......@@ -514,7 +514,7 @@ geode_aes_remove(struct pci_dev *dev)
}
static int
static int __devinit
geode_aes_probe(struct pci_dev *dev, const struct pci_device_id *id)
{
int ret;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册