From patchwork Fri Apr 8 09:45:07 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 65384 Delivered-To: patch@linaro.org Received: by 10.112.43.237 with SMTP id z13csp569514lbl; Fri, 8 Apr 2016 02:46:32 -0700 (PDT) X-Received: by 10.66.253.68 with SMTP id zy4mr11357898pac.81.1460108779580; Fri, 08 Apr 2016 02:46:19 -0700 (PDT) Return-Path: Received: from ml01.01.org (ml01.01.org. [198.145.21.10]) by mx.google.com with ESMTPS id a19si15341pal.76.2016.04.08.02.46.19 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 08 Apr 2016 02:46:19 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of edk2-devel-bounces@lists.01.org designates 198.145.21.10 as permitted sender) client-ip=198.145.21.10; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of edk2-devel-bounces@lists.01.org designates 198.145.21.10 as permitted sender) smtp.mailfrom=edk2-devel-bounces@lists.01.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 607371A1FE4; Fri, 8 Apr 2016 02:45:51 -0700 (PDT) X-Original-To: edk2-devel@lists.01.org Delivered-To: edk2-devel@lists.01.org Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 946941A1FE4 for ; Fri, 8 Apr 2016 02:45:50 -0700 (PDT) Received: by mail-wm0-x22f.google.com with SMTP id l6so57644829wml.1 for ; Fri, 08 Apr 2016 02:45:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=SdiYNAmpyk0f5B/0CnivzwC7UyKSLUqUq8Z8KH6EGOI=; b=J6aGMleySNWkOeBXSl05930hZKqZ/vdYzyK7H7eVDS184TDlRW2w7UjOd0WmaY2vGl kjI5/Q14aB/BVbbc49i4yAxMpZjYSSrJiN2GCgFy0MZRNMYz6+LnRn9TW2NQxGov9nSK kk9w0dzVOiavcid4JioL+FEzOD1o7iOMBsVTw= 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=SdiYNAmpyk0f5B/0CnivzwC7UyKSLUqUq8Z8KH6EGOI=; b=gQ8Z0qW+18358POdMRnH/6UGWTa7q3FHnu8kjbtYifnC4OeO7sEtdYuTAVJAkLTQv8 7/8Nuwrd4UH12GptUcAg7D9/ioJeVMWnIV/VyGGbJNug5YDL1S2VleGC6yCyerEzt826 L0mNwpF7W5cQhphVCGvYTkkdfH5CzE6Eru38lCTKkA9QjGltmrw2n2zpJ0d+LBODE5vq 2D71DX9oVOx5xZNgl5yxrWa/zJw+wD3DrNzHJd+/FUe+PvJxjnru3/8Hw7OjuXVJvjsH /xelFrHMPPOUKM0jDZ7XILL5keL5Qeyl6JcRbowwOdSk6QIYcD0XpfOK32I0j9wq3ATy MFMA== X-Gm-Message-State: AD7BkJJXOzgFuLMe/yTl5Cr2KPQp/k60W7HrC732tBCfvFUxQWyg27qF55tv107kIHfsb31m X-Received: by 10.28.154.4 with SMTP id c4mr2750944wme.88.1460108749334; Fri, 08 Apr 2016 02:45:49 -0700 (PDT) Received: from localhost.localdomain ([195.55.142.58]) by smtp.gmail.com with ESMTPSA id s10sm9710681wjp.3.2016.04.08.02.45.47 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 08 Apr 2016 02:45:48 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org, lersek@redhat.com Date: Fri, 8 Apr 2016 11:45:07 +0200 Message-Id: <1460108711-12122-21-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1460108711-12122-1-git-send-email-ard.biesheuvel@linaro.org> References: <1460108711-12122-1-git-send-email-ard.biesheuvel@linaro.org> Subject: [edk2] [PATCH v2 20/24] ArmVirtPkg/VirtFdtDxe: remove unused PL011 DT node type X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Ard Biesheuvel MIME-Version: 1.0 Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" This type is not used in the code, so drop the definitions. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- ArmVirtPkg/VirtFdtDxe/VirtFdtDxe.c | 2 -- 1 file changed, 2 deletions(-) -- 2.5.0 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel diff --git a/ArmVirtPkg/VirtFdtDxe/VirtFdtDxe.c b/ArmVirtPkg/VirtFdtDxe/VirtFdtDxe.c index 4fca50a6b347..8fe1277b6b49 100644 --- a/ArmVirtPkg/VirtFdtDxe/VirtFdtDxe.c +++ b/ArmVirtPkg/VirtFdtDxe/VirtFdtDxe.c @@ -43,7 +43,6 @@ typedef struct { typedef enum { PropertyTypeUnknown, PropertyTypeVirtio, - PropertyTypeUart, PropertyTypeXen, } PROPERTY_TYPE; @@ -54,7 +53,6 @@ typedef struct { STATIC CONST PROPERTY CompatibleProperties[] = { { PropertyTypeVirtio, "virtio,mmio" }, - { PropertyTypeUart, "arm,pl011" }, { PropertyTypeXen, "xen,xen" }, { PropertyTypeUnknown, "" } };