diff options
| author | Jean Tourrilhes <jt@bougret.hpl.hp.com> | 2003-07-10 09:45:39 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-07-10 09:45:39 -0400 |
| commit | e8b7f906961c396dc048c9dcbc1ee2a887598cf2 (patch) | |
| tree | 8e5d3b271ed71a3e7d19e1cd989c180d9a2f1d7e /include | |
| parent | c3d5155c77fa1ef4b190530369e1453e614bb913 (diff) | |
[IrDA] include cleanup
o [CORRECT] Cleanup cruft from <linux/irda.h>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/irda.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/linux/irda.h b/include/linux/irda.h index 948488ece2a8..95dee174cdc5 100644 --- a/include/linux/irda.h +++ b/include/linux/irda.h @@ -25,7 +25,11 @@ #ifndef KERNEL_IRDA_H #define KERNEL_IRDA_H -#include <linux/socket.h> /* only for sa_family_t */ +/* Please do *not* add any #include in this file, this file is + * included as-is in user space. + * Please fix the calling file to properly included needed files before + * this one, or preferably to include <net/irda/irda.h> instead. + * Jean II */ /* Hint bit positions for first hint byte */ #define HINT_PNP 0x01 |
