mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Omnikey Cardman 4000: pull in ioctl.h in user header
@ 2013-08-16 18:07 Mike Frysinger
  2013-08-22 22:55 ` Andrew Morton
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Frysinger @ 2013-08-16 18:07 UTC (permalink / raw)
  To: linux-kernel, Andrew Morton; +Cc: laforge

This file uses the ioctl helpers (_IOR/_IOW/etc...), so include ioctl.h
for the definitions.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 include/uapi/linux/cm4000_cs.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/uapi/linux/cm4000_cs.h b/include/uapi/linux/cm4000_cs.h
index bc51f77..1217f75 100644
--- a/include/uapi/linux/cm4000_cs.h
+++ b/include/uapi/linux/cm4000_cs.h
@@ -2,6 +2,7 @@
 #define _UAPI_CM4000_H_
 
 #include <linux/types.h>
+#include <linux/ioctl.h>
 
 #define	MAX_ATR			33
 
-- 
1.8.3.2


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

end of thread, other threads:[~2013-08-24 21:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-16 18:07 [PATCH] Omnikey Cardman 4000: pull in ioctl.h in user header Mike Frysinger
2013-08-22 22:55 ` Andrew Morton
2013-08-24 21:54   ` Mike Frysinger

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

all inboxes | Powered by JetHome®