Remove 3 symbols which no longer need to be exported.

EXPORT_SYMBOL(zfs_ereport_post);
EXPORT_SYMBOL(zfs_post_remove);
EXPORT_SYMBOL(zfs_post_autoreplace);
This commit is contained in:
Brian Behlendorf 2010-05-14 13:00:22 -07:00
parent 756a371a3f
commit 08eb7517c4
1 changed files with 0 additions and 3 deletions

View File

@ -438,9 +438,6 @@ spa_errlog_sync(spa_t *spa, uint64_t txg)
#if defined(_KERNEL) && defined(HAVE_SPL)
/* error handling */
EXPORT_SYMBOL(spa_log_error);
EXPORT_SYMBOL(zfs_ereport_post);
EXPORT_SYMBOL(zfs_post_remove);
EXPORT_SYMBOL(zfs_post_autoreplace);
EXPORT_SYMBOL(spa_get_errlog_size);
EXPORT_SYMBOL(spa_get_errlog);
EXPORT_SYMBOL(spa_errlog_rotate);