Porting device drivers to the 2.6 kernel
Porting device drivers to the 2.6 kernel
Posted Nov 26, 2004 3:30 UTC (Fri) by prakash07 (guest, #26172)Parent article: Porting device drivers to the 2.6 kernel
I am using the function
alloc_chrdev_region(dev_t *dev,61,1,"prakash");
in module but while compilation it is giving the error.
***parse error before dev_t;
i also added the <linux/fs.h> .
please any one help me .
