Hi!

There's a problem in the include/linux/ixjuser.h file. It uses the
__user macro, but doesn't include the linux/compiler.h file. This
doesn't seem to be a problem for the kernel (I'm guessing since some
other file includes compiler.h), but it makes a difference when
compiling user-space programs that uses ixjuser.h.

Including linux/compiler.h in ixjuser.h solves the problem.

Fredrik Tolf


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to