Commit bc0f46b1 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Rich Felker

sh: unexport register_trapped_io and match_trapped_io_handler

Both functions are only used by compiled in core code.
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarRich Felker <dalias@libc.org>
parent 08732d12
...@@ -102,7 +102,6 @@ int register_trapped_io(struct trapped_io *tiop) ...@@ -102,7 +102,6 @@ int register_trapped_io(struct trapped_io *tiop)
pr_warn("unable to install trapped io filter\n"); pr_warn("unable to install trapped io filter\n");
return -1; return -1;
} }
EXPORT_SYMBOL_GPL(register_trapped_io);
void __iomem *match_trapped_io_handler(struct list_head *list, void __iomem *match_trapped_io_handler(struct list_head *list,
unsigned long offset, unsigned long offset,
...@@ -131,7 +130,6 @@ void __iomem *match_trapped_io_handler(struct list_head *list, ...@@ -131,7 +130,6 @@ void __iomem *match_trapped_io_handler(struct list_head *list,
spin_unlock_irqrestore(&trapped_lock, flags); spin_unlock_irqrestore(&trapped_lock, flags);
return NULL; return NULL;
} }
EXPORT_SYMBOL_GPL(match_trapped_io_handler);
static struct trapped_io *lookup_tiop(unsigned long address) static struct trapped_io *lookup_tiop(unsigned long address)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment