Hello All , I have integrated one driver as a separate module in the linux kernel I am using insmod to insert the module and mknod command to create the Device in the /dev/ directory . Currently i am using register_chardevices function Instead of using as a separte module I want to include it as part of kernel. What function should i use in the init function to get the device in the /dev/ directory. I know that i the driver is included as part of kernel, the device will be registered in misselaneous folder. Thanks In advance Regards Jhoney