On Wednesday 12 September 2007 18:30, Jeff Garzik wrote:
> Platform i386 seems to be missing struct compat_timeval, which causes
> the i386 allmodconfig build to break in current -git:
>
> net/bluetooth/hci_sock.c: In function ‘hci_sock_cmsg’:
> net/bluetooth/hci_sock.c:352: error: storage size of ‘ctv’ isn’t known
> net/bluetooth/hci_sock.c:352: warning: unused variable ‘ctv’
> make[2]: *** [net/bluetooth/hci_sock.o] Error 1

All compat_* types should be only used inside #ifdef CONFIG_COMPAT
which i386 never sets. Bluetooth is broken

-Andi
-
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