create_proc_read_entry("shripcidata", 0, NULL, pcidata_read_proc, NULL);
Try create_proc_read_entry("shripcidata", 0444, NULL, pcidata_read_proc, NULL);
Regards, Mohanlal -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/