Re: [PATCH net-next-2.6 v2 02/12] net-caif: add CAIF socket and configuration headers
From: David Miller <davem@davemloft.net>
Date: 2010-02-16 23:40:37
From: David Miller <davem@davemloft.net>
Date: 2010-02-16 23:40:37
From: sjur.brandeland@stericsson.com Date: Tue, 16 Feb 2010 14:46:47 +0100
+#ifdef __cplusplus
+extern "C" {
+#endifSorry, we really don't make amends for C++ to use the kernel headers in this way. If you look at other headers defining user visible datastructures there is really no precendence for doing what you're doing here. Please remove these __cplusplus things and resubmit your patch set, thank you.