Skip to content

Commit bc0f46b

Browse files
Christoph HellwigRich Felker
authored andcommitted
sh: unexport register_trapped_io and match_trapped_io_handler
Both functions are only used by compiled in core code. Signed-off-by: Christoph Hellwig <[email protected]> Signed-off-by: Rich Felker <[email protected]>
1 parent 08732d1 commit bc0f46b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/sh/kernel/io_trapped.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ int register_trapped_io(struct trapped_io *tiop)
102102
pr_warn("unable to install trapped io filter\n");
103103
return -1;
104104
}
105-
EXPORT_SYMBOL_GPL(register_trapped_io);
106105

107106
void __iomem *match_trapped_io_handler(struct list_head *list,
108107
unsigned long offset,
@@ -131,7 +130,6 @@ void __iomem *match_trapped_io_handler(struct list_head *list,
131130
spin_unlock_irqrestore(&trapped_lock, flags);
132131
return NULL;
133132
}
134-
EXPORT_SYMBOL_GPL(match_trapped_io_handler);
135133

136134
static struct trapped_io *lookup_tiop(unsigned long address)
137135
{

0 commit comments

Comments
 (0)