can anybody give me a hand how to make my driver to call platform_remove callback when i do a rmmod? it seem to be not called because the device creates a V4L2 device, but the rmmod unloads its handling code :) shall I not use a module_platform_driver(rfio_platform_driver) and do my own module_exit(rfio_module_exit); which unregisters the V4L2 parts first?