From patchwork Thu Sep 12 01:37:19 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amitay Isaacs X-Patchwork-Id: 1161328 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46TLxN1WJPz9sCJ for ; Thu, 12 Sep 2019 11:37:44 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=ozlabs.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="n0f22gs2"; dkim-atps=neutral Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 46TLxN0WR4zF40L for ; Thu, 12 Sep 2019 11:37:44 +1000 (AEST) X-Original-To: pdbg@lists.ozlabs.org Delivered-To: pdbg@lists.ozlabs.org Received: from ozlabs.org (bilbo.ozlabs.org [203.11.71.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 46TLx24zKYzF3w8 for ; Thu, 12 Sep 2019 11:37:26 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="n0f22gs2"; dkim-atps=neutral Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 46TLx22YTlz9sNx; Thu, 12 Sep 2019 11:37:26 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1568252246; bh=Tlg7ZGgBRJODqMgFESeNISxjAotj57y2ONNiCcnUbOQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=n0f22gs2Bh60wdf2tUaTHVTTzuzZn8ArIOdHYCr6ha+tQrSpXdX5M53bQ5K/S704u 2+a+8Om+mpFEzvVtk5BIM2Tifmnyt3gWLfQXuw4pQCapfKERikIGR69ef6dUgPk33l t/mjmQbMHlBHS0RUlMt2u0iiHWejvZp0SNwFIiyD3ccFvukovfd0F8YfslvhsxH31O evALOCd5aBbJ8JqhwP5aKVXWiv/d9Qh1VvDhqGc6isf1ZJ4b74Lo+TNZNPQgYxZcSZ /Np+7lKqrQB4X8bOjQbLdmwexJFXJ1JcHePPQuklVYeO6ZIMAZEsV9BhyGTqMlmVY3 sUpF4wtDdi9mA== From: Amitay Isaacs To: pdbg@lists.ozlabs.org Date: Thu, 12 Sep 2019 11:37:19 +1000 Message-Id: <20190912013722.21341-5-amitay@ozlabs.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190912013722.21341-1-amitay@ozlabs.org> References: <20190912013722.21341-1-amitay@ozlabs.org> MIME-Version: 1.0 Subject: [Pdbg] [PATCH 4/7] libpdbg: Remove unused header file X-BeenThere: pdbg@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "mailing list for https://github.com/open-power/pdbg development" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Amitay Isaacs Errors-To: pdbg-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Pdbg" Signed-off-by: Amitay Isaacs --- Makefile.am | 1 - libpdbg/backend.h | 28 ---------------------------- 2 files changed, 29 deletions(-) delete mode 100644 libpdbg/backend.h diff --git a/Makefile.am b/Makefile.am index 011e686..cec8799 100644 --- a/Makefile.am +++ b/Makefile.am @@ -145,7 +145,6 @@ libcronus_la_SOURCES = \ libpdbg_la_SOURCES = \ $(DT_sources) \ libpdbg/adu.c \ - libpdbg/backend.h \ libpdbg/bitutils.h \ libpdbg/bmcfsi.c \ libpdbg/cfam.c \ diff --git a/libpdbg/backend.h b/libpdbg/backend.h deleted file mode 100644 index 76ad82d..0000000 --- a/libpdbg/backend.h +++ /dev/null @@ -1,28 +0,0 @@ -/* Copyright 2016 IBM Corp. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - * implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -#ifndef __BACKEND_H -#define __BACKEND_H - -/* We only support slave 0 at the moment */ -#define SLAVE_ID 0x0 - -/* backend initialisation */ -struct scom_backend *fsi_init(void); - -/* i2c backend initialisation */ -struct scom_backend *i2c_init(char *bus, int addr); - -#endif