mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-08 14:13:53 +00:00
[PATCH] drivers/message/i2o/iop.c: unexport i2o_msg_nop()
It's available in a header as a static inline - there's no need to export it. Signed-off-by: Adrian Bunk <bunk@stusta.de> Cc: Markus Lidel <Markus.Lidel@shadowconnect.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
456229a91d
commit
775d584c63
@ -1239,7 +1239,6 @@ EXPORT_SYMBOL(i2o_cntxt_list_remove);
|
||||
EXPORT_SYMBOL(i2o_cntxt_list_get_ptr);
|
||||
#endif
|
||||
EXPORT_SYMBOL(i2o_msg_get_wait);
|
||||
EXPORT_SYMBOL(i2o_msg_nop);
|
||||
EXPORT_SYMBOL(i2o_find_iop);
|
||||
EXPORT_SYMBOL(i2o_iop_find_device);
|
||||
EXPORT_SYMBOL(i2o_event_register);
|
||||
|
Loading…
Reference in New Issue
Block a user