I want to remove a module currently in use in linux. Module name is say i915 (display module)
rmmod i915 shows Module currently in use.
Similar output using rmmod -f i915 and it is not dependent on any module. How to go about doing this.
Thanks in advance