From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.kernel.org ([198.145.19.201]:47304 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751971Ab3JaMuq (ORCPT ); Thu, 31 Oct 2013 08:50:46 -0400 Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id BABDA2039F for ; Thu, 31 Oct 2013 12:50:41 +0000 (UTC) Received: from bugzilla1.web.kernel.org (bugzilla1.web.kernel.org [172.20.200.51]) by mail.kernel.org (Postfix) with ESMTP id 4EB0620318 for ; Thu, 31 Oct 2013 12:50:37 +0000 (UTC) From: bugzilla-daemon@bugzilla.kernel.org To: backports@vger.kernel.org Subject: [Bug 64091] backports build error Date: Thu, 31 Oct 2013 12:50:37 +0000 Message-ID: (sfid-20131031_135052_185680_A27D29A6) In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Sender: backports-owner@vger.kernel.org List-ID: https://bugzilla.kernel.org/show_bug.cgi?id=64091 --- Comment #3 from DarinV --- #ifndef _LINUX_KERNEL_H #define _LINUX_KERNEL_H /* * 'kernel.h' contains some often-used function prototypes etc */ #ifdef __KERNEL__ #include #include #include #include #include #include #include #include #include #include #include extern const char linux_banner[]; extern const char linux_proc_banner[]; #define USHORT_MAX ((u16)(~0U)) -- You are receiving this mail because: You are the assignee for the bug.