commit | af4cd3fe4cfa75ca74f8d8622867371289043a8d | [log] [tgz] |
---|---|---|
author | Brian Gerst <bgerst@didntduck.org> | Mon Jan 09 20:52:18 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Jan 10 08:01:34 2006 -0800 |
tree | 70dc7836a98758578628a96dc609a0c67f78dffb | |
parent | 7ff92053ddff48d9d7908a353bd85f893944463e [diff] [blame] |
[PATCH] Generic ioctl.h Most arches copied the i386 ioctl.h. Combine them into a generic header. Signed-off-by: Brian Gerst <bgerst@didntduck.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
diff --git a/include/asm-m68knommu/ioctl.h b/include/asm-m68knommu/ioctl.h index cff72f3..b279fe0 100644 --- a/include/asm-m68knommu/ioctl.h +++ b/include/asm-m68knommu/ioctl.h
@@ -1 +1 @@ -#include <asm-m68k/ioctl.h> +#include <asm-generic/ioctl.h>