Commit d6786c00 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] megaraid warning fix

The ioctl32 conversion registration stubs are in ioctl32.h now.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
parent 2da3ddf9
......@@ -45,9 +45,6 @@ static void mraid_mm_teardown_dma_pools(mraid_mmadp_t *);
#ifdef CONFIG_COMPAT
static int mraid_mm_compat_ioctl(unsigned int, unsigned int, unsigned long,
struct file *);
#else
#define register_ioctl32_conversion(a,b) do{}while(0)
#define unregister_ioctl32_conversion(a) do{}while(0)
#endif
MODULE_AUTHOR("LSI Logic Corporation");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment