Character device driver newbie question

Selva
Hi,
I wrote a character device driver for mini2440 and i want to compile it by
putting the source in misc folder not in char folder.just to understand.
will it compile?
will the driver will load automatically like serial driver?
Please advice

Thankyou

vib
nope, you will need to :

Create the node using mknod ....

and then insmod

selvabarathi
Then how the serial driver is loaded automatically.Please advice.