diff options
Diffstat (limited to 'include/linux/if_frad.h')
| -rw-r--r-- | include/linux/if_frad.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/include/linux/if_frad.h b/include/linux/if_frad.h index 5c34240de746..60e16a551dd6 100644 --- a/include/linux/if_frad.h +++ b/include/linux/if_frad.h | |||
| @@ -26,8 +26,6 @@ | |||
| 26 | 26 | ||
| 27 | #include <linux/if.h> | 27 | #include <linux/if.h> |
| 28 | 28 | ||
| 29 | #if defined(CONFIG_DLCI) || defined(CONFIG_DLCI_MODULE) | ||
| 30 | |||
| 31 | /* Structures and constants associated with the DLCI device driver */ | 29 | /* Structures and constants associated with the DLCI device driver */ |
| 32 | 30 | ||
| 33 | struct dlci_add | 31 | struct dlci_add |
| @@ -127,6 +125,8 @@ struct frad_conf | |||
| 127 | 125 | ||
| 128 | #ifdef __KERNEL__ | 126 | #ifdef __KERNEL__ |
| 129 | 127 | ||
| 128 | #if defined(CONFIG_DLCI) || defined(CONFIG_DLCI_MODULE) | ||
| 129 | |||
| 130 | /* these are the fields of an RFC 1490 header */ | 130 | /* these are the fields of an RFC 1490 header */ |
| 131 | struct frhdr | 131 | struct frhdr |
| 132 | { | 132 | { |
| @@ -190,12 +190,10 @@ struct frad_local | |||
| 190 | int buffer; /* current buffer for S508 firmware */ | 190 | int buffer; /* current buffer for S508 firmware */ |
| 191 | }; | 191 | }; |
| 192 | 192 | ||
| 193 | #endif /* __KERNEL__ */ | ||
| 194 | |||
| 195 | #endif /* CONFIG_DLCI || CONFIG_DLCI_MODULE */ | 193 | #endif /* CONFIG_DLCI || CONFIG_DLCI_MODULE */ |
| 196 | 194 | ||
| 197 | #ifdef __KERNEL__ | ||
| 198 | extern void dlci_ioctl_set(int (*hook)(unsigned int, void __user *)); | 195 | extern void dlci_ioctl_set(int (*hook)(unsigned int, void __user *)); |
| 199 | #endif | 196 | |
| 197 | #endif /* __KERNEL__ */ | ||
| 200 | 198 | ||
| 201 | #endif | 199 | #endif |
