I'm currently attempting to remove the usbserial module in order to install a new driver module. When I attempt to remove the module I get the following issue:
[root@localhost xr21v141x-lnx-3.0-pak]# modprobe -r usbserial
FATAL: Module usbserial is builtin
How can I remove the usbserial module?