From patchwork Fri Sep 1 09:36:31 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 9933791 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 02DA76016C for ; Fri, 1 Sep 2017 09:36:56 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F23D528506 for ; Fri, 1 Sep 2017 09:36:55 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E32EB28616; Fri, 1 Sep 2017 09:36:55 +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 D4CF528506 for ; Fri, 1 Sep 2017 09:36:54 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 78F756E7FA; Fri, 1 Sep 2017 09:36:53 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-lf0-x22e.google.com (mail-lf0-x22e.google.com [IPv6:2a00:1450:4010:c07::22e]) by gabe.freedesktop.org (Postfix) with ESMTPS id BAF086E800 for ; Fri, 1 Sep 2017 09:36:51 +0000 (UTC) Received: by mail-lf0-x22e.google.com with SMTP id g18so7317336lfl.2 for ; Fri, 01 Sep 2017 02:36:51 -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=O2U6t/HjF5blUWev0EAU4Z0hQW6rTj0m4uGm6kZEpqw=; b=a6neJDoBnXsgxVw94VgAwed9LPPs5kg00s02IRkv7mCfin0UvJOJJ7myQcS00oIpI5 jjVLzR7R6cmUW1M58V9kd2ar0G4FSdg/uvwyh4lO/Fk3MrVJXG5Ft3lU2ofB0ZUfBTy1 A0VVQUhkoCfTONBglhZkQMh8ir9iX2KiWY+Rk= 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=O2U6t/HjF5blUWev0EAU4Z0hQW6rTj0m4uGm6kZEpqw=; b=iSOrM8/2qJQ5FJhIkWAyJxTI74YZWwGPpUSR6WagFpQRGxMMqb0SA93iprISw28nka GOZwxKX8r5JjLKhKqSXTYKGH78EN6hSameKHYYGU+T7/Af3eJOLsUCoN8ExKMWFail/L 3herqs7izgNB4hEaMTUcs7wzkrPVcsbaKOlFx8Zmr6nmRVQ+PSgFsJ8s6chPSD6mrjdV yKjm6L4NoQlLJhPprNixCbCLO6FIb3Tm4pavaV3p2Ijr7kJ0amxQ4EHrE12Q9S8YSrbz K5PnV+BUwVn05w+e+BsuVsVpBAj538oqBdJfJdrcF1kT1/TPa+JwhflI8P8oEsScOVQj UYsg== X-Gm-Message-State: AHPjjUiK6Se8aZZhEzHi6hxNalIEQX0nM7lOXZkSHPZHPyH5nVz1i9iZ N66nQTCvfgM7Ui75 X-Google-Smtp-Source: ADKCNb7zJn9N2vqN6qTmfzNO232O6cd2sxaqZb6IKR9Q2NwQYR/jAnAqv7IM+a+NDLuqLXhhmxWsYQ== X-Received: by 10.25.143.209 with SMTP id s78mr627328lfk.133.1504258610129; Fri, 01 Sep 2017 02:36:50 -0700 (PDT) Received: from genomnajs.ideon.se ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id x18sm328588ljd.85.2017.09.01.02.36.49 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 01 Sep 2017 02:36:49 -0700 (PDT) From: Linus Walleij To: Daniel Vetter , Jani Nikula , Sean Paul , Eric Anholt Subject: [PATCH 1/7 v2] drm/pl111: Cleanup local header file Date: Fri, 1 Sep 2017 11:36:31 +0200 Message-Id: <20170901093637.4041-2-linus.walleij@linaro.org> X-Mailer: git-send-email 2.13.5 In-Reply-To: <20170901093637.4041-1-linus.walleij@linaro.org> References: <20170901093637.4041-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. Reviewed-by: Eric Anholt Signed-off-by: Linus Walleij --- 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_ */