libcrc32c: remove crc32c_impl
[linux-2.6-microblaze.git] / lib / libcrc32c.c
index 5ca0d81..649e687 100644 (file)
@@ -65,12 +65,6 @@ static void __exit libcrc32c_mod_fini(void)
        crypto_free_shash(tfm);
 }
 
-const char *crc32c_impl(void)
-{
-       return crypto_shash_driver_name(tfm);
-}
-EXPORT_SYMBOL(crc32c_impl);
-
 module_init(libcrc32c_mod_init);
 module_exit(libcrc32c_mod_fini);