diff options
| author | Arnaldo Carvalho de Melo <acme@conectiva.com.br> | 2003-05-20 05:19:45 -0300 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <acme@conectiva.com.br> | 2003-05-20 05:19:45 -0300 |
| commit | 223a0d0b8398a9da309e0b724569a0315166cbf7 (patch) | |
| tree | a569228ea20e5136806f45fc336e37242dfbb00f /include/linux | |
| parent | 630cfa38a65e786122d829ec3abaa8933226e8b4 (diff) | |
o wan/cycx: remove unneeded ioctl stub and fix namespace
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/cyclomx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/cyclomx.h b/include/linux/cyclomx.h index c8f4173cc4d1..d84bc68e2af7 100644 --- a/include/linux/cyclomx.h +++ b/include/linux/cyclomx.h @@ -71,10 +71,10 @@ struct cycx_device { }; /* Public Functions */ -void cyclomx_set_state(struct cycx_device *card, int state); +void cycx_set_state(struct cycx_device *card, int state); #ifdef CONFIG_CYCLOMX_X25 -int cyx_init(struct cycx_device *card, wandev_conf_t *conf); +int cycx_x25_wan_init(struct cycx_device *card, wandev_conf_t *conf); #endif #endif /* __KERNEL__ */ #endif /* _CYCLOMX_H */ |
