From patchwork Thu Oct 16 07:54:50 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Whitcroft X-Patchwork-Id: 400179 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 96FC81400A8; Thu, 16 Oct 2014 18:54:35 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1XeftI-0002Iq-Ut; Thu, 16 Oct 2014 07:54:32 +0000 Received: from mail-wg0-f49.google.com ([74.125.82.49]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1XeftA-0002HX-Vv for kernel-team@lists.ubuntu.com; Thu, 16 Oct 2014 07:54:24 +0000 Received: by mail-wg0-f49.google.com with SMTP id x12so3110892wgg.32 for ; Thu, 16 Oct 2014 00:54:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=nK1yi+Zn7lOZo6vMnPpKtuIHeT9Ddlgu7wEahMMoD2U=; b=KhFRa9ItQSyzduT9ddK6fIrvfg5yQeJJ6HMl8J5+0JI8gMF3OdtA4tCMkrjNKSXkfJ 63z6kHqwyNm8weQkZ1ImCr0JMQeM/gHz0PARDYTXNNneGw3LuU3+hDeXCEsR5C4jpZ9u a11wwOL0scJsJZQiFUHdaF+gAyEN+51iBuzHuhAudQCsnSbMTfpeeLyASj9cuTLxUAsN ZynyjbTG6BvldaGF1A/L++xO1LbjI1aKTrSPQ/eB3TvJsR4l2SFyb3HQnPai5Wr6jApP vprUeh+Y9HfeyqQ1XYgZe+xkQUgqFtB58l6+/zjd+HdpsA03pVfIMBlN2ISsnoRsFxcY Zpbg== X-Gm-Message-State: ALoCoQnalEPLrO2oQCB6vGiZAOUPUZDKMbqKHfr3FZ998DTQNmRn6icjfb35BXcnQz81y6oQWioT X-Received: by 10.194.110.37 with SMTP id hx5mr18395047wjb.18.1413446064864; Thu, 16 Oct 2014 00:54:24 -0700 (PDT) Received: from localhost ([62.156.150.204]) by mx.google.com with ESMTPSA id ce1sm26468474wjc.2.2014.10.16.00.54.22 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Oct 2014 00:54:24 -0700 (PDT) From: Andy Whitcroft To: kernel-team@lists.ubuntu.com Subject: [utopic 1/1] UBUNTU: [Config] CONFIG_DRM_BOCHS=n Date: Thu, 16 Oct 2014 09:54:50 +0200 Message-Id: <1413446090-29181-2-git-send-email-apw@canonical.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1413446090-29181-1-git-send-email-apw@canonical.com> References: <1413446090-29181-1-git-send-email-apw@canonical.com> Cc: Andy Whitcroft X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: kernel-team-bounces@lists.ubuntu.com BugLink: http://bugs.launchpad.net/bugs/1378648 Signed-off-by: Andy Whitcroft --- debian.master/abi/3.16.0-22.29/amd64/generic.modules | 1 - debian.master/abi/3.16.0-22.29/amd64/lowlatency.modules | 1 - debian.master/abi/3.16.0-22.29/arm64/generic.modules | 1 - debian.master/abi/3.16.0-22.29/armhf/generic-lpae.modules | 1 - debian.master/abi/3.16.0-22.29/armhf/generic.modules | 1 - debian.master/abi/3.16.0-22.29/i386/generic.modules | 1 - debian.master/abi/3.16.0-22.29/i386/lowlatency.modules | 1 - debian.master/abi/3.16.0-22.29/powerpc/powerpc-e500mc.modules | 1 - debian.master/abi/3.16.0-22.29/powerpc/powerpc-smp.modules | 1 - debian.master/abi/3.16.0-22.29/powerpc/powerpc64-emb.modules | 1 - debian.master/abi/3.16.0-22.29/powerpc/powerpc64-smp.modules | 1 - debian.master/abi/3.16.0-22.29/ppc64el/generic.modules | 1 - debian.master/config/config.common.ubuntu | 2 +- 13 files changed, 1 insertion(+), 13 deletions(-) diff --git a/debian.master/abi/3.16.0-22.29/amd64/generic.modules b/debian.master/abi/3.16.0-22.29/amd64/generic.modules index 88e6fde..1c148ee 100644 --- a/debian.master/abi/3.16.0-22.29/amd64/generic.modules +++ b/debian.master/abi/3.16.0-22.29/amd64/generic.modules @@ -433,7 +433,6 @@ bnx2 bnx2fc bnx2i bnx2x -bochs-drm bonding bpa10x bpck diff --git a/debian.master/abi/3.16.0-22.29/amd64/lowlatency.modules b/debian.master/abi/3.16.0-22.29/amd64/lowlatency.modules index 721e4dc..67118153 100644 --- a/debian.master/abi/3.16.0-22.29/amd64/lowlatency.modules +++ b/debian.master/abi/3.16.0-22.29/amd64/lowlatency.modules @@ -433,7 +433,6 @@ bnx2 bnx2fc bnx2i bnx2x -bochs-drm bonding bpa10x bpck diff --git a/debian.master/abi/3.16.0-22.29/arm64/generic.modules b/debian.master/abi/3.16.0-22.29/arm64/generic.modules index 4d6b5163..1a4636c 100644 --- a/debian.master/abi/3.16.0-22.29/arm64/generic.modules +++ b/debian.master/abi/3.16.0-22.29/arm64/generic.modules @@ -393,7 +393,6 @@ bnx2 bnx2fc bnx2i bnx2x -bochs-drm bonding bpa10x bpctl_mod diff --git a/debian.master/abi/3.16.0-22.29/armhf/generic-lpae.modules b/debian.master/abi/3.16.0-22.29/armhf/generic-lpae.modules index 1838198..8cfd718 100644 --- a/debian.master/abi/3.16.0-22.29/armhf/generic-lpae.modules +++ b/debian.master/abi/3.16.0-22.29/armhf/generic-lpae.modules @@ -398,7 +398,6 @@ bnx2 bnx2fc bnx2i bnx2x -bochs-drm bonding bpa10x bpck diff --git a/debian.master/abi/3.16.0-22.29/armhf/generic.modules b/debian.master/abi/3.16.0-22.29/armhf/generic.modules index 773a99d..0eda258 100644 --- a/debian.master/abi/3.16.0-22.29/armhf/generic.modules +++ b/debian.master/abi/3.16.0-22.29/armhf/generic.modules @@ -396,7 +396,6 @@ bnx2 bnx2fc bnx2i bnx2x -bochs-drm bonding bpa10x bpck diff --git a/debian.master/abi/3.16.0-22.29/i386/generic.modules b/debian.master/abi/3.16.0-22.29/i386/generic.modules index e4d0af1..da99dee 100644 --- a/debian.master/abi/3.16.0-22.29/i386/generic.modules +++ b/debian.master/abi/3.16.0-22.29/i386/generic.modules @@ -450,7 +450,6 @@ bnx2 bnx2fc bnx2i bnx2x -bochs-drm bonding bpa10x bpck diff --git a/debian.master/abi/3.16.0-22.29/i386/lowlatency.modules b/debian.master/abi/3.16.0-22.29/i386/lowlatency.modules index c3d364a..e0715c4 100644 --- a/debian.master/abi/3.16.0-22.29/i386/lowlatency.modules +++ b/debian.master/abi/3.16.0-22.29/i386/lowlatency.modules @@ -450,7 +450,6 @@ bnx2 bnx2fc bnx2i bnx2x -bochs-drm bonding bpa10x bpck diff --git a/debian.master/abi/3.16.0-22.29/powerpc/powerpc-e500mc.modules b/debian.master/abi/3.16.0-22.29/powerpc/powerpc-e500mc.modules index 6f44f13..d038851 100644 --- a/debian.master/abi/3.16.0-22.29/powerpc/powerpc-e500mc.modules +++ b/debian.master/abi/3.16.0-22.29/powerpc/powerpc-e500mc.modules @@ -406,7 +406,6 @@ bnx2 bnx2fc bnx2i bnx2x -bochs-drm bonding bpa10x bpck diff --git a/debian.master/abi/3.16.0-22.29/powerpc/powerpc-smp.modules b/debian.master/abi/3.16.0-22.29/powerpc/powerpc-smp.modules index 1e2618c..81f6fa4 100644 --- a/debian.master/abi/3.16.0-22.29/powerpc/powerpc-smp.modules +++ b/debian.master/abi/3.16.0-22.29/powerpc/powerpc-smp.modules @@ -414,7 +414,6 @@ bnx2 bnx2fc bnx2i bnx2x -bochs-drm bonding bpa10x bpck diff --git a/debian.master/abi/3.16.0-22.29/powerpc/powerpc64-emb.modules b/debian.master/abi/3.16.0-22.29/powerpc/powerpc64-emb.modules index e46cb1c..5c5e090 100644 --- a/debian.master/abi/3.16.0-22.29/powerpc/powerpc64-emb.modules +++ b/debian.master/abi/3.16.0-22.29/powerpc/powerpc64-emb.modules @@ -399,7 +399,6 @@ bnx2 bnx2fc bnx2i bnx2x -bochs-drm bonding bpa10x bpck diff --git a/debian.master/abi/3.16.0-22.29/powerpc/powerpc64-smp.modules b/debian.master/abi/3.16.0-22.29/powerpc/powerpc64-smp.modules index 116937d..1b125c0 100644 --- a/debian.master/abi/3.16.0-22.29/powerpc/powerpc64-smp.modules +++ b/debian.master/abi/3.16.0-22.29/powerpc/powerpc64-smp.modules @@ -404,7 +404,6 @@ bnx2 bnx2fc bnx2i bnx2x -bochs-drm bonding bpa10x bpck diff --git a/debian.master/abi/3.16.0-22.29/ppc64el/generic.modules b/debian.master/abi/3.16.0-22.29/ppc64el/generic.modules index 9b37c61..857822e 100644 --- a/debian.master/abi/3.16.0-22.29/ppc64el/generic.modules +++ b/debian.master/abi/3.16.0-22.29/ppc64el/generic.modules @@ -390,7 +390,6 @@ bnx2 bnx2fc bnx2i bnx2x -bochs-drm bonding bpa10x bpck diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 097b047..355132e 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -1671,7 +1671,7 @@ CONFIG_DRAGONRISE_FF=y CONFIG_DRM=m CONFIG_DRM_ARMADA=m CONFIG_DRM_AST=m -CONFIG_DRM_BOCHS=m +# CONFIG_DRM_BOCHS is not set CONFIG_DRM_CIRRUS_QEMU=m CONFIG_DRM_EXYNOS=m # CONFIG_DRM_EXYNOS_DMABUF is not set