Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19449
b: refs/heads/master
c: 53d8be5
h: refs/heads/master
i:
  19447: 56f97bd
v: v3
  • Loading branch information
Pat Gefre authored and Linus Torvalds committed Feb 1, 2006
1 parent 8fe2518 commit 0a99a69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: 172411f10c25bbd81b19f67566af6a7f549f46a9
refs/heads/master: 53d8be5c144ece5d48745810b14248968e73eaf2
12 changes: 6 additions & 6 deletions trunk/drivers/sn/ioc3.c
Original file line number Diff line number Diff line change
Expand Up @@ -843,9 +843,9 @@ MODULE_AUTHOR("Stanislaw Skowronek <skylark@linux-mips.org>");
MODULE_DESCRIPTION("PCI driver for SGI IOC3");
MODULE_LICENSE("GPL");

EXPORT_SYMBOL(ioc3_register_submodule);
EXPORT_SYMBOL(ioc3_unregister_submodule);
EXPORT_SYMBOL(ioc3_ack);
EXPORT_SYMBOL(ioc3_gpcr_set);
EXPORT_SYMBOL(ioc3_disable);
EXPORT_SYMBOL(ioc3_enable);
EXPORT_SYMBOL_GPL(ioc3_register_submodule);
EXPORT_SYMBOL_GPL(ioc3_unregister_submodule);
EXPORT_SYMBOL_GPL(ioc3_ack);
EXPORT_SYMBOL_GPL(ioc3_gpcr_set);
EXPORT_SYMBOL_GPL(ioc3_disable);
EXPORT_SYMBOL_GPL(ioc3_enable);

0 comments on commit 0a99a69

Please sign in to comment.