From patchwork Sat May 25 09:12:56 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hanjun Guo X-Patchwork-Id: 2613091 Return-Path: X-Original-To: patchwork-linux-acpi@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 9D4BCDF2A2 for ; Sat, 25 May 2013 09:13:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754175Ab3EYJNa (ORCPT ); Sat, 25 May 2013 05:13:30 -0400 Received: from mail-pa0-f42.google.com ([209.85.220.42]:44517 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753272Ab3EYJNa (ORCPT ); Sat, 25 May 2013 05:13:30 -0400 Received: by mail-pa0-f42.google.com with SMTP id bj3so5161633pad.29 for ; Sat, 25 May 2013 02:13:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding:x-gm-message-state; bh=LQ1y3pJ7UZky1pipvF2+iWYWJrnDTVxPVHGKGFxL6k0=; b=XLIF3FQei5WteibHr6kfpWBtcELDgF9/7qLzWcuGl49AHL83NsXXuHKDXuFne2MsHy s3+AhuGfoH7KhhB6FJjJyxOm1jqZK5sKvp4iKjm8IgACuDC7XvuBR76ceaDlPhqUWHNH gE0tMOGSe2iPSNldG7ntJoDM3pJncHBJY1zkCOx7tfGK5P5gMuc92l6roVKjc1g9fcoX nN+bddAwKIumGAnRt65zXxpiYFqXHzyOk3VmUjPQDlQY/ReKnWtdWgVq6lnK0GJccSm/ 1KS4FdgCEEt6FDHTms7gabJ8MoxLNnydxPzufuaN1JeBKzH2gHp0VOs97wLF2N/cetgi 6jkQ== X-Received: by 10.66.157.130 with SMTP id wm2mr21654779pab.156.1369473209676; Sat, 25 May 2013 02:13:29 -0700 (PDT) Received: from [192.168.204.184] ([218.17.215.175]) by mx.google.com with ESMTPSA id ih1sm19735794pbb.44.2013.05.25.02.13.23 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 25 May 2013 02:13:28 -0700 (PDT) Message-ID: <51A08098.1090807@linaro.org> Date: Sat, 25 May 2013 17:12:56 +0800 From: Hanjun Guo User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Lv Zheng CC: "Rafael J. Wysocki" , Robert Moore , linux-acpi@vger.kernel.org, patches@linaro.org, linaro-kernel@lists.linaro.org, Jiang Liu Subject: [PATCH] ACPICA: Remove redundant macro defines for ACPI_DEBUG_PRINT() and ACPI_DEBUG_PRINT_RAW() X-Gm-Message-State: ALoCoQm5d2gjnOoVBNGCeRdgpYZiec5LY4hwX3F8zgqdhHAM3rOpB2ibFHLM0wVzw1NcKoIE6Q1N Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org In commit 0377b5acba2 (ACPICA: Merge all debug output macros into a single file, acoutput.), the patch introduces redundant macro defines for ACPI_DEBUG_PRINT() and ACPI_DEBUG_PRINT_RAW(), just remove it. Signed-off-by: Hanjun Guo --- include/acpi/acoutput.h | 2 -- 1 file changed, 2 deletions(-) -- 1.8.2.1 -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/include/acpi/acoutput.h b/include/acpi/acoutput.h index 4f52ea7..e1c7474 100644 --- a/include/acpi/acoutput.h +++ b/include/acpi/acoutput.h @@ -447,8 +447,6 @@ #define ACPI_DUMP_TABLES(a, b) #define ACPI_DUMP_PATHNAME(a, b, c, d) #define ACPI_DUMP_BUFFER(a, b) -#define ACPI_DEBUG_PRINT(pl) -#define ACPI_DEBUG_PRINT_RAW(pl) #define ACPI_IS_DEBUG_ENABLED(level, component) 0 /* Return macros must have a return statement at the minimum */