diff options
| author | David Woodhouse <dwmw2@infradead.org> | 2006-05-16 18:25:37 -0400 |
|---|---|---|
| committer | David Woodhouse <dwmw2@infradead.org> | 2006-05-16 18:25:37 -0400 |
| commit | 3ac6c7b44560fdf2ea8865536bd52d4ff038107e (patch) | |
| tree | e206d3e8f5eefcad32a9d8ea8dbe43113ac86efc /include/linux | |
| parent | 80b9192ee032f919da1b6e8b305c7cc9881b0907 (diff) | |
Remove struct fddi_statistics from user view in <linux/if_fddi.h>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/if_fddi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/if_fddi.h b/include/linux/if_fddi.h index 1288a161bc0b..e0a150046208 100644 --- a/include/linux/if_fddi.h +++ b/include/linux/if_fddi.h | |||
| @@ -102,6 +102,7 @@ struct fddihdr | |||
| 102 | } hdr; | 102 | } hdr; |
| 103 | } __attribute__ ((packed)); | 103 | } __attribute__ ((packed)); |
| 104 | 104 | ||
| 105 | #ifdef __KERNEL__ | ||
| 105 | /* Define FDDI statistics structure */ | 106 | /* Define FDDI statistics structure */ |
| 106 | struct fddi_statistics { | 107 | struct fddi_statistics { |
| 107 | 108 | ||
| @@ -193,5 +194,6 @@ struct fddi_statistics { | |||
| 193 | __u32 port_ler_flag[2]; | 194 | __u32 port_ler_flag[2]; |
| 194 | __u32 port_hardware_present[2]; | 195 | __u32 port_hardware_present[2]; |
| 195 | }; | 196 | }; |
| 197 | #endif /* __KERNEL__ */ | ||
| 196 | 198 | ||
| 197 | #endif /* _LINUX_IF_FDDI_H */ | 199 | #endif /* _LINUX_IF_FDDI_H */ |
