diff options
| author | Arnaldo Carvalho de Melo <acme@conectiva.com.br> | 2003-10-07 17:54:04 -0300 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-10-07 17:54:04 -0300 |
| commit | ff08f6fe935ff0854990421e80d04c39c7c2a15a (patch) | |
| tree | 18d34e97be191d24a895e91e8c638bb190f9d247 /lib/dump_stack.c | |
| parent | 500ae9b0021e303de56aa929df3de071d9b629c2 (diff) | |
o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the tree
Diffstat (limited to 'lib/dump_stack.c')
| -rw-r--r-- | lib/dump_stack.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dump_stack.c b/lib/dump_stack.c index 47c2728ab8c7..53bff4c8452b 100644 --- a/lib/dump_stack.c +++ b/lib/dump_stack.c @@ -11,3 +11,5 @@ void dump_stack(void) printk(KERN_NOTICE "This architecture does not implement dump_stack()\n"); } + +EXPORT_SYMBOL(dump_stack); |
