|
|
Log in / Subscribe / Register

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 .


to post comments


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds