[PATCH 11/12] headers, scc: Add missing #include to <linux/scc.h>
From: Ben Hutchings <hidden>
Date: 2011-08-08 13:24:29
Also in:
linux-hams
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Ben Hutchings <hidden>
Date: 2011-08-08 13:24:29
Also in:
linux-hams
Subsystem:
the rest · Maintainer:
Linus Torvalds
<linux/scc.h> uses SIOCDEVPRIVATE, defined in <linux/sockios.h>. Signed-off-by: Ben Hutchings <redacted> --- This file isn't listed in MAINTAINERS but appears to be associated with one of the hamradio drivers; please could one of the hams claim it? Ben. include/linux/scc.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/linux/scc.h b/include/linux/scc.h
index 3495bd9..d5916e5 100644
--- a/include/linux/scc.h
+++ b/include/linux/scc.h@@ -3,6 +3,7 @@ #ifndef _SCC_H #define _SCC_H +#include <linux/sockios.h> /* selection of hardware types */
--
1.7.5.4