cb_pcimdda.c in cvs

I noticed that I have a little MODULE_LICENSE call in the cb_pcimdda.c
driver that I wrote.  I realize now that MODULE_LICENSE isn't defined in
all linux kernels, and thus my file will break when compiling against an
older kernel.  I suppose I should insert an #ifdef MODULE_LICENSE ...
#endif around that macro call, but I don't have cvs access.  Anyone care
to update the file in cvs? :)

-Calin

Received on 2002-08-13Z18:09:09