Skip to content

Commit

Permalink
Omnikey Cardman 4000: pull in ioctl.h in user header
Browse files Browse the repository at this point in the history
This file uses the ioctl helpers (_IOR/_IOW/etc...), so include ioctl.h
for the definitions.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Cc: Harald Welte <laforge@gnumonks.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Mike Frysinger authored and Linus Torvalds committed Aug 29, 2013
1 parent 84a78a6 commit aaaafb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/uapi/linux/cm4000_cs.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define _UAPI_CM4000_H_

#include <linux/types.h>
#include <linux/ioctl.h>

#define MAX_ATR 33

Expand Down

0 comments on commit aaaafb7

Please sign in to comment.