From patchwork Wed Aug 30 18:07:05 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 9930449 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id CE0E960383 for ; Wed, 30 Aug 2017 18:08:26 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C68202875F for ; Wed, 30 Aug 2017 18:08:26 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BB82528760; Wed, 30 Aug 2017 18:08:26 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 001052874F for ; Wed, 30 Aug 2017 18:08:25 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id DEC7F6E3BC; Wed, 30 Aug 2017 18:07:29 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-lf0-x22f.google.com (mail-lf0-x22f.google.com [IPv6:2a00:1450:4010:c07::22f]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4F08C6E3BC for ; Wed, 30 Aug 2017 18:07:27 +0000 (UTC) Received: by mail-lf0-x22f.google.com with SMTP id y128so21817263lfd.4 for ; Wed, 30 Aug 2017 11:07:27 -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=8/akyO8gvhUsp9tdHucDbUYyssRG3AdTV0lEWJpl6ZE=; b=Uuqu6d+dijhkMQpf7H6RD4mPieZmNtU/tY8arFVu7sIYdtB19oraxSZtsaugS8jh2O vFQaCj72hHJ9C0Zn/GNq3xBgGGunCw2zOEcum2AzG9EeF3tsLwZywk92KmHAd1OvWTRf LW8vX9yEKRNrw3R3ucZq7hcalgk09iquRGG1Y= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=8/akyO8gvhUsp9tdHucDbUYyssRG3AdTV0lEWJpl6ZE=; b=CrKsBG8PgDHKVaSkH7iPZ41CgS4j+3wI2TFEtCzu95teAJNjSoZZ+B6mSBHldGoQoo XRqHqpBNqmgWojzY/B16uPJ+4aa7en+KwBhy/dFwDgrnXhy/JQlS5BILeMbtG7sSL5fb +L/wmmCRlM9+uupM8brZGHKxLwjHvZmwRe6/SxbdfxgoP8TSHhEMHNIkKnm2h0ZKiL5r mTprwoq6RP80OKRJUaBWZ9ySJ4iAYGKXeeh3ZpnONtiFHYMpFAddUTfAeSERHKv5TPiQ 9H5uBdkYVYYG4OJhM1GhCmIVpznUq33vgHPXWAENE3sH/ToBnaYQN3JnLniN3eV/zxF1 /H7Q== X-Gm-Message-State: AHPjjUjU4DjkqHF62PTBC8WSfGmcHaLbXhkUjZMBW3UQE1JZYFE8vhhr Lns3RExqyZamtEqp X-Received: by 10.25.150.204 with SMTP id y195mr1021000lfd.233.1504116445675; Wed, 30 Aug 2017 11:07:25 -0700 (PDT) Received: from genomnajs.bredbandsbolaget.se (c-287571d5.014-348-6c756e10.cust.bredbandsbolaget.se. [213.113.117.40]) by smtp.gmail.com with ESMTPSA id 123sm1177067ljf.80.2017.08.30.11.07.24 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 30 Aug 2017 11:07:24 -0700 (PDT) From: Linus Walleij To: Daniel Vetter , Jani Nikula , Sean Paul , Eric Anholt Subject: [PATCH 1/7] drm/pl111: Cleanup local header file Date: Wed, 30 Aug 2017 20:07:05 +0200 Message-Id: <20170830180711.2791-2-linus.walleij@linaro.org> X-Mailer: git-send-email 2.13.5 In-Reply-To: <20170830180711.2791-1-linus.walleij@linaro.org> References: <20170830180711.2791-1-linus.walleij@linaro.org> Cc: linux-arm-kernel@lists.infradead.org, dri-devel@lists.freedesktop.org X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP The header file contains prototypes for two nonexisting functions. Get rid of them. Signed-off-by: Linus Walleij --- drivers/gpu/drm/pl111/pl111_drm.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/gpu/drm/pl111/pl111_drm.h b/drivers/gpu/drm/pl111/pl111_drm.h index 5c685bfc8fdc..a97f303f6833 100644 --- a/drivers/gpu/drm/pl111/pl111_drm.h +++ b/drivers/gpu/drm/pl111/pl111_drm.h @@ -58,10 +58,6 @@ int pl111_enable_vblank(struct drm_device *drm, unsigned int crtc); void pl111_disable_vblank(struct drm_device *drm, unsigned int crtc); irqreturn_t pl111_irq(int irq, void *data); int pl111_connector_init(struct drm_device *dev); -int pl111_encoder_init(struct drm_device *dev); -int pl111_dumb_create(struct drm_file *file_priv, - struct drm_device *dev, - struct drm_mode_create_dumb *args); int pl111_debugfs_init(struct drm_minor *minor); #endif /* _PL111_DRM_H_ */