From patchwork Fri Sep 8 12:47:03 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 9943879 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 5117660224 for ; Fri, 8 Sep 2017 12:47:24 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 44AA327E63 for ; Fri, 8 Sep 2017 12:47:24 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 38DCF2861D; Fri, 8 Sep 2017 12:47:24 +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 A49F127E63 for ; Fri, 8 Sep 2017 12:47:23 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 90E866E0D1; Fri, 8 Sep 2017 12:47:21 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-lf0-x22b.google.com (mail-lf0-x22b.google.com [IPv6:2a00:1450:4010:c07::22b]) by gabe.freedesktop.org (Postfix) with ESMTPS id C0E326E0D1 for ; Fri, 8 Sep 2017 12:47:19 +0000 (UTC) Received: by mail-lf0-x22b.google.com with SMTP id q132so5392674lfe.5 for ; Fri, 08 Sep 2017 05:47:19 -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; bh=+Rd/xZw8GVGqapYI/C3IDbTbJZkTkbX2hUZjWSC3hn0=; b=Rsp53WIReUKDtXaWhNeewTiS9I8WsYEh26qn7OoD7QQ23SIxE0/B9qZ5hZ1Ws7E8Rl A/0VCsgtIsvNIVO2ksoSeBw07Apn58rzpD6cEEbXdfC/Ed5L9w7MdKeO+1h2w4rUmowF k09oCakl5wwSsSL2MecN7J9khuBq6DAU37DZA= 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; bh=+Rd/xZw8GVGqapYI/C3IDbTbJZkTkbX2hUZjWSC3hn0=; b=LC4dRDfFbIxEUCWTd29PgmK+uOPpc9yqL44uYZwzfQCprkEEj6rxVyi+F4L/Wb6xqQ OmTRkcu7i9uNXpnohwedO3oTNXDX1RTn3GpTSZA0hyRT7JHCXJ/dQ1+r4pilzJ1v8VfX rzKQkI+ALJ0CUtl9y5r1RjFAM79MAGkTHawA58/Ywras2MmAWDb+BUFW5xVPS7PZvZ9B uLnlftGdgc2nE98ptoTPrXo65ic5mGUkB+uEKn7wWL71FFxIyas+yhVDOlcmexl9Zl7y B+8iLuVNuPgTz8f8RhwJ59R1SI+wnuxbHtuucaeuyEUeex0AxcWTQN6ufUFLePlCTIOA PVVQ== X-Gm-Message-State: AHPjjUgaUs/mhe8jJAUs3zvlgMtsZpp81PVyCdTcQiF/gj5DVUdY8Znn wbmgP0Exljn04Vk7WHgv8g== X-Google-Smtp-Source: AOwi7QBLtA/zLCV4YExsDJvovx6gBXd6XIOfgldAChFjUFYlZS86AloPA9p9vwOBaypzC12bS46SLw== X-Received: by 10.25.42.25 with SMTP id f25mr897181lfl.173.1504874838123; Fri, 08 Sep 2017 05:47:18 -0700 (PDT) Received: from genomnajs.ideon.se ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id o28sm317427lfc.9.2017.09.08.05.47.16 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 08 Sep 2017 05:47:17 -0700 (PDT) From: Linus Walleij To: Daniel Vetter , Jani Nikula , Sean Paul , Eric Anholt Subject: [PATCH 1/7 v4] drm/pl111: Cleanup local header file Date: Fri, 8 Sep 2017 14:47:03 +0200 Message-Id: <20170908124709.4758-1-linus.walleij@linaro.org> X-Mailer: git-send-email 2.13.5 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. Reviewed-by: Eric Anholt Signed-off-by: Linus Walleij --- ChangeLog v3->v4: - No changes. ChangeLog v2->v3: - Rebase on DRM-TIP ChangeLog v1->v2: - Collect Eric's ACK. --- 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_ */