From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from jdl.com (jdl.com [208.123.74.7]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 0D0F2DDE33 for ; Tue, 23 Oct 2007 08:00:38 +1000 (EST) Received: from jdl (helo=jdl.com) by jdl.com with local-esmtp (Exim 4.63) (envelope-from ) id 1Ik5K6-0000EE-DL for linuxppc-dev@ozlabs.org; Mon, 22 Oct 2007 17:00:35 -0500 To: linuxppc-dev@ozlabs.org Subject: [PATCH] DTC: Remove an unneeded %token definition. Date: Mon, 22 Oct 2007 17:00:34 -0500 From: Jon Loeliger Message-Id: List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Signed-off-by: Jon Loeliger --- dtc-parser.y | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/dtc-parser.y b/dtc-parser.y index c213526..61ed250 100644 --- a/dtc-parser.y +++ b/dtc-parser.y @@ -55,7 +55,6 @@ extern struct boot_info *the_boot_info; %token DT_CELL %token DT_BYTE %token DT_STRING -%token DT_UNIT %token DT_LABEL %token DT_REF -- 1.5.3.1.139.g9346b