]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
include/uapi/linux/dn.h: pull in ioctl.h header
authorMike Frysinger <vapier@gentoo.org>
Thu, 23 Jan 2014 23:54:10 +0000 (15:54 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Jan 2014 00:36:55 +0000 (16:36 -0800)
commitc318924582cf553c05afa48f81871f4ad46f014c
tree1419c71d68c83092167db26116378d2a88decf38
parente8b671460410c8fd996c8a1c228b718c547cc236
include/uapi/linux/dn.h: pull in ioctl.h header

This header uses _IOW/_IOR defines but doesn't include ioctl.h for it.
If you try to use this w/out including ioctl.h yourself, it can fail to
build, so add the explicit include.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Cc: David Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/uapi/linux/dn.h