lkml.org 
[lkml]   [1996]   [Apr]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectA bug in drivers/net
dlci.c will not compile as a module.

The following patch corrects that. Is this the author's intent?

43c43,44
< static const char *devname = "dlci";
---
> #define DLCI_NAME "DLCI"
> static const char *devname = DLCI_NAME;
602c603
< static struct device dlci = {devname, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, dlci_in
it, };
---
> static struct device dlci = {DLCI_NAME, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, dlci_
init, };

Sincerely Yours, (Sent on 04/10/96, 15:01:17 by XF-Mail)

Simon Shapiro i-Connect.Net, a Division of iConnect Corp.
Shimon@i-Connect.Net 13455 SW Allen Blvd., Suite 140 Beaverton OR 97008


\
 
 \ /
  Last update: 2005-03-22 13:36    [W:0.016 / U:0.752 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site