* driver compilations errors
@ 2001-02-16 10:40 Srinivas Surabhi
2001-02-16 11:05 ` Stefan Smietanowski
0 siblings, 1 reply; 2+ messages in thread
From: Srinivas Surabhi @ 2001-02-16 10:40 UTC (permalink / raw)
To: majordomo; +Cc: linux-kernel
iam getting compilation errors for driver code.
struct file_operations my_ops ={NULL,my_read,my_write,NULL,NULL,NULL
NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL
NULL };
ERROR -> my_ops has intializer but incomplete type
pls can anybody
help
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: driver compilations errors
2001-02-16 10:40 driver compilations errors Srinivas Surabhi
@ 2001-02-16 11:05 ` Stefan Smietanowski
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Smietanowski @ 2001-02-16 11:05 UTC (permalink / raw)
To: Srinivas Surabhi; +Cc: linux-kernel
Hi.
> iam getting compilation errors for driver code.
>
> struct file_operations my_ops ={NULL,my_read,my_write,NULL,NULL,NULL
> NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL
> NULL }; ^^^^
^^
>
> ERROR -> my_ops has intializer but incomplete type
Well, for one there's no "," between the last "NULL"s...
// Stefan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-02-16 11:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-16 10:40 driver compilations errors Srinivas Surabhi
2001-02-16 11:05 ` Stefan Smietanowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox