Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75958
b: refs/heads/master
c: f17922b
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Herbert Xu committed Jan 10, 2008
1 parent b67f098 commit 0c0c26c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7c3d703fa81db42f9766325cebd6bfc1c5eac838
refs/heads/master: f17922bc75d6261dd6e0e2d687ff43b96e91e04a
4 changes: 2 additions & 2 deletions trunk/drivers/crypto/geode-aes.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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;
Expand Down

0 comments on commit 0c0c26c

Please sign in to comment.