static void __exit bbc_i2c_exit(void) { of_unregister_driver(&bbc_i2c_driver); }
static void __exit bw2_exit(void) { of_unregister_driver(&bw2_driver); }
static void __exit myri_sbus_exit(void) { of_unregister_driver(&myri_sbus_driver); }
static void __exit leo_exit(void) { of_unregister_driver(&leo_driver); }
static void __exit d7s_exit(void) { of_unregister_driver(&d7s_driver); }
void __exit tcx_exit(void) { of_unregister_driver(&tcx_driver); }
static void __exit cg14_exit(void) { of_unregister_driver(&cg14_driver); }
static void __exit parport_sunbpp_exit(void) { of_unregister_driver(&bpp_sbus_driver); }
static void __exit envctrl_exit(void) { of_unregister_driver(&envctrl_driver); }
static void __exit i2c_keywest_cleanup(void) { macio_unregister_driver(&i2c_keywest_macio_driver); of_unregister_driver(&i2c_keywest_of_platform_driver); }