public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] include linux/types.h in if_fddi.h
@ 2007-08-09 14:55 Olaf Hering
  2007-08-09 16:36 ` Maciej W. Rozycki
  0 siblings, 1 reply; 6+ messages in thread
From: Olaf Hering @ 2007-08-09 14:55 UTC (permalink / raw)
  To: Andrew Morton, linux-kernel


include/linux/if_fddi.h is an exported header.
It uses __be16. Include linux/types.h to get this prototype.

Signed-off-by: Olaf Hering <olaf@aepfle.de>

---
 include/linux/if_fddi.h |    2 ++
 1 file changed, 2 insertions(+)

--- a/include/linux/if_fddi.h
+++ b/include/linux/if_fddi.h
@@ -24,6 +24,8 @@
 #ifndef _LINUX_IF_FDDI_H
 #define _LINUX_IF_FDDI_H
 
+#include <linux/types.h>
+
 /*
  *  Define max and min legal sizes.  The frame sizes do not include
  *  4 byte FCS/CRC (frame check sequence).

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-08-18 18:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-09 14:55 [PATCH] include linux/types.h in if_fddi.h Olaf Hering
2007-08-09 16:36 ` Maciej W. Rozycki
2007-08-09 17:38   ` Olaf Hering
2007-08-09 17:53     ` Olaf Hering
2007-08-10 10:49       ` Maciej W. Rozycki
2007-08-18 18:14   ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox