projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80b9192
)
Remove struct fddi_statistics from user view in <linux/if_fddi.h>
author
David Woodhouse
<dwmw2@infradead.org>
Tue, 16 May 2006 22:25:37 +0000
(23:25 +0100)
committer
David Woodhouse
<dwmw2@infradead.org>
Tue, 16 May 2006 22:25:37 +0000
(23:25 +0100)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
include/linux/if_fddi.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/if_fddi.h
b/include/linux/if_fddi.h
index 1288a161bc0baf1b64583d668a24069e0f03a44b..e0a150046208465fe8d8f61e44c1e1d5bc956cad 100644
(file)
--- a/
include/linux/if_fddi.h
+++ b/
include/linux/if_fddi.h
@@
-102,6
+102,7
@@
struct fddihdr
} hdr;
} __attribute__ ((packed));
+#ifdef __KERNEL__
/* Define FDDI statistics structure */
struct fddi_statistics {
@@
-193,5
+194,6
@@
struct fddi_statistics {
__u32 port_ler_flag[2];
__u32 port_hardware_present[2];
};
+#endif /* __KERNEL__ */
#endif /* _LINUX_IF_FDDI_H */